CVS Root: /cvs/gstreamer
Module: gst-plugins-ugly
Changes by: slomo
Date: Mon Nov 24 2008 09:51:53 UTC
Log message:
Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk>
* ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec
>= 0.5.0. Fixes bug #562065.
Modified files:
. : ChangeLog
ext/mpeg2dec : gstmpeg2dec.c
Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-ugly/ChangeLog.diff?r1=1.2435&r2=1.2436
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-ugly/ext/mpeg2dec/gstmpeg2dec.c.diff?r1=1.129&r2=1.130
====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-ugly/ChangeLog,v
retrieving revision 1.2435
retrieving revision 1.2436
diff -u -d -r1.2435 -r1.2436
--- ChangeLog 20 Nov 2008 21:31:17 -0000 1.2435
+++ ChangeLog 24 Nov 2008 09:51:37 -0000 1.2436
@@ -1,3 +1,11 @@
+2008-11-24 Sebastian Dröge <[email protected]>
+
+ Patch by: Simon Holm Thøgersen <odie at cs dot aau dot dk>
+ * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_chain):
+ Add support for the STATE_SEQUENCE_MODIFIED state in mpeg2dec
+ >= 0.5.0. Fixes bug #562065.
2008-11-20 Wim Taymans <[email protected]>
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_chain):
Index: gstmpeg2dec.c
RCS file: /cvs/gstreamer/gst-plugins-ugly/ext/mpeg2dec/gstmpeg2dec.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- gstmpeg2dec.c 14 Oct 2008 12:51:41 -0000 1.129
+++ gstmpeg2dec.c 24 Nov 2008 09:51:39 -0000 1.130
@@ -1122,6 +1122,11 @@
GST_DEBUG_OBJECT (mpeg2dec, "parse state %d", state);
switch (state) {
+#if MPEG2_RELEASE >= MPEG2_VERSION (0, 5, 0)
+ case STATE_SEQUENCE_MODIFIED:
+ GST_DEBUG_OBJECT (mpeg2dec, "sequence modified");
+ /* fall through */
+#endif
case STATE_SEQUENCE:
ret = handle_sequence (mpeg2dec, info);
/* if there is an error handling the sequence
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.