the pipeline doesn't response to fast forward

d dudi017 at gmail.com
Tue Mar 4 02:45:58 PST 2014


Hi,

I have a problem with fast forward .

Im using the functions:


gint64 position;
GstEvent *seek_event;
gdouble rate;

seek_event = gst_event_new_seek (rate, GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH
| GST_SEEK_FLAG_ACCURATE, GST_SEEK_TYPE_SET, position, GST_SEEK_TYPE_SET,
-1);

printf("\nseek event: %s\n",gst_element_send_event (pipeline, seek_event));
  
g_print ("Current rate: %g\n", rate);


when I hit the fast forward button, the rate is actually getting bigger, but
nothing happens to the pipeline.
the function "seek event()" returns NULL- it means that it didn't work well.

any ideas..?
thanks



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/the-pipeline-doesn-t-response-to-fast-forward-tp4665721.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list