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.