Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using appsrc as source for my gstreamer pipeline. I have connected the "seek-data" signal to a callback function and have done everything as mentioned in the following example code : http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/tests/examples/app/appsrc-seekable.c

However, I am not sure how do I signal seek from my code. g_signal_emit_by_name seems to be the way of doing this but its not working for me.

Please let me know if anyone knows how to make it work.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.