[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:41:17 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





------- Comment #1 from Tim-Philipp Müller  2006-09-22 16:40 UTC -------
Created an attachment (id=73224)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=73224&action=view)
buffering2.dbg.bz2

New debug log, this time with the following patch applied:


Index: gstplaybasebin.c
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/gst/playback/gstplaybasebin.c,v
retrieving revision 1.118
diff -u -p -r1.118 gstplaybasebin.c
--- gstplaybasebin.c    21 Sep 2006 07:01:48 -0000      1.118
+++ gstplaybasebin.c    22 Sep 2006 16:38:20 -0000
@@ -766,6 +766,10 @@ gen_preroll_element (GstPlayBaseBin * pl
      * fire an underrun. */
     g_signal_connect (G_OBJECT (preroll), "underrun",
         G_CALLBACK (queue_out_of_data), play_base_bin);
+
+    /* set threshold */
+    g_object_set (preroll, "min-threshold-time",
+        (guint64) play_base_bin->queue_threshold, NULL);
   }

   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