[Gstreamer-bugs] [Bug 115200] Changed - gst-player doesn't set audiosink to NULL when pausing

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Sep 18 08:49:59 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 rbultje at ronald.bitfreak.net.

--- shadow/115200	Thu Sep 18 09:46:25 2003
+++ shadow/115200.tmp.1121	Thu Sep 18 11:49:59 2003
@@ -42,6 +42,12 @@
 ------- Additional Comments From julien at moutte.net  2003-09-18 09:46 -------
 Wouldn't that be ugly to set audiosink to NULL on pause and have to
 set again the element when playing ... ?
 
 why not making that audiosink elements release the audio ressource
 when set to PAUSED ?
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-09-18 11:49 -------
+That's not how elements work. We've clearly stated in the docs that
+resource allocation should be done in NULL->READY, and opening a
+device is imo a resource allocation. Surely, this makes application
+programming a bit harder, but that's what libgstplay is for, right?




More information about the Gstreamer-bugs mailing list