[Gstreamer-bugs] [Bug 115200] Changed - Pausing with GStreamer pauses ESD

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Jun 25 08:14:10 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=115200

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/115200	Sat Jun 14 18:46:57 2003
+++ shadow/115200.tmp.1994	Wed Jun 25 11:14:10 2003
@@ -17,6 +17,21 @@
 
 When pausing a GStreamer applications (gst-player, rhythmbox, etc), it
 pauses ESD.
 This causes a serious problem for people who use Rhythmbox, as they cannot
 pause (rhythmbox does not have a stop button) to watch movies or use any
 other audio related software.
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2003-06-25 11:14 -------
+That is more of an application bug than a GStreamer bug. Pausing a 
+pipeline is for short periods only and should not release any 
+locks/devices or whatever. Even in READY those should still be held. 
+READY is just "going back to directly before playing". Even HTTP 
+connections to streamed medias are supposed to stay open.
+
+The correct behaviour for all applications would be to automatically 
+reset the pipeline to NULL after a defined period of being in paused 
+and seeking to the old position once the user unpauses (or at least 
+do it for output plugins).
+This is not yet implemented anywhere though.
+
+PS: This is a problem with OSS/ALSA, too.





More information about the Gstreamer-bugs mailing list