Hi!
How can I change a segment's play rate without modifying its seek flags?
With this code I reach to change the play rate without modifying the
start and stop time but It modifies the seek flags:
gst_element_seek (bvw->priv->play, rate,
GST_FORMAT_TIME, GST_SEEK_FLAG_FLUSH,
GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE,
GST_SEEK_TYPE_NONE, GST_CLOCK_TIME_NONE);
Another option is to get the actual segment and pass the same seek flags
to the seek method.I know it can be done with a GstQuery but I don't
know how.
Thanks!
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel