tpm gst-plugins-good: gst-plugins-good/ gst-plugins-good/ext/dv/
[email protected] Tue, 9 Dec 2008 02:28:25 -0800 (PST)
| Newsgroups | gmane.comp.video.gstreamer.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVS Root: /cvs/gstreamer
Module: gst-plugins-good
Changes by: tpm
Date: Tue Dec 09 2008 10:28:26 UTC
Log message:
* ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
Restore previous behaviour of not passing QoS and navigation
events upstream, which presumably wasn't meant to be changed.
Modified files:
. : ChangeLog
ext/dv : gstdvdemux.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ChangeLog.diff?r1=1.3855&r2=1.3856
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-good/ext/dv/gstdvdemux.c.diff?r1=1.35&r2=1.36
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-good/ChangeLog,v
retrieving revision 1.3855
retrieving revision 1.3856
diff -u -d -r1.3855 -r1.3856
--- ChangeLog 9 Dec 2008 09:39:52 -0000 1.3855
+++ ChangeLog 9 Dec 2008 10:28:09 -0000 1.3856
@@ -1,3 +1,9 @@
+2008-12-09 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ * ext/dv/gstdvdemux.c: (gst_dvdemux_handle_src_event):
+ Restore previous behaviour of not passing QoS and navigation
+ events upstream, which presumably wasn't meant to be changed.
2008-12-09 Sebastian Dröge <[email protected]>
* ext/dv/gstdvdemux.c: (gst_dvdemux_add_video_pad),
Index: gstdvdemux.c
RCS file: /cvs/gstreamer/gst-plugins-good/ext/dv/gstdvdemux.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gstdvdemux.c 9 Dec 2008 09:39:53 -0000 1.35
+++ gstdvdemux.c 9 Dec 2008 10:28:11 -0000 1.36
@@ -1201,9 +1201,12 @@
break;
case GST_EVENT_QOS:
/* we can't really (yet) do QoS */
+ res = FALSE;
+ break;
case GST_EVENT_NAVIGATION:
/* no navigation either... */
res = FALSE;
default:
res = gst_pad_push_event (dvdemux->sinkpad, event);
event = NULL;
------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you. Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose