[Bug 647769] [decodebin2] Fix preroll for streams at low bitrate
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Sep 29 04:59:16 PDT 2011
https://bugzilla.gnome.org/show_bug.cgi?id=647769
GStreamer | gst-plugins-base | git
--- Comment #8 from Andoni Morales <ylatuya at gmail.com> 2011-09-29 11:59:13 UTC ---
I think this patch ended-up doing the contrary that what was discussed in IRC
:) This time limit should only be added for live streams:
-#define AUTO_PREROLL_NOT_SEEKABLE_SIZE_TIME 0
-#define AUTO_PREROLL_SEEKABLE_SIZE_TIME 10 * GST_SECOND
+#define AUTO_PREROLL_NOT_SEEKABLE_SIZE_TIME 10 * GST_SECOND
+#define AUTO_PREROLL_SEEKABLE_SIZE_TIME 0
--
Configure bugmail: https://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