[gstreamer-bugs] [Bug 335553] seeking in cdparanoiasrc with a specific pipeline stops playing

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Mar 23 08:09:40 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=335553
 GStreamer | gstreamer (core) | Ver: 0.10.x





------- Comment #8 from Wim Taymans  2006-03-23 16:09 UTC -------
or better (avoid extra PAUSED <-> PLAYING state change):

gst_element_set_state (pipeline, GST_STATE_PAUSED);
gst_element_seek (pipeline, ....);
gst_element_get_state (pipeline, NULL, NULL, -1);
gst_element_set_state (pipeline, GST_STATE_PLAYING);

I think...


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list