[gstreamer-bugs] [Bug 357215] [playbin] buffering notification not quite right yet

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Sep 22 09:52:13 PDT 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=357215

GStreamer | gst-plugins-base | Ver: HEAD CVS


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com




------- Comment #2 from Wim Taymans  2006-09-22 16:51 UTC -------
Yeah, this will not install the running callback. This patch should work
better:

Index: gstplaybasebin.c
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/gst/playback/gstplaybasebin.c,v
retrieving revision 1.118
diff -u -B -b -p -r1.118 gstplaybasebin.c
--- gstplaybasebin.c    21 Sep 2006 07:01:48 -0000      1.118
+++ gstplaybasebin.c    22 Sep 2006 16:49:44 -0000
@@ -766,6 +766,8 @@ gen_preroll_element (GstPlayBaseBin * pl
      * fire an underrun. */
     g_signal_connect (G_OBJECT (preroll), "underrun",
         G_CALLBACK (queue_out_of_data), play_base_bin);
+    /* configure threshold and callbacks */
+    queue_out_of_data (preroll, play_base_bin);
   }

   preroll_pad = gst_element_get_pad (preroll, "src");


-- 
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