[gst-cvs] CVS: gstreamer/plugins/mpeg2/mpeg2dec gstmpeg2dec.c,1.25,1.26

Wim Taymans wtay at users.sourceforge.net
Fri Oct 26 12:45:08 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/plugins/mpeg2/mpeg2dec
In directory usw-pr-cvs1:/tmp/cvs-serv13299/mpeg2dec

Modified Files:
	gstmpeg2dec.c 
Log Message:
Added mpeg1 caps to the demuxer and the mpeg decoder as they can handle them
fine.
Added more refined state/error management in the mpeg demuxer.


Index: gstmpeg2dec.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/mpeg2/mpeg2dec/gstmpeg2dec.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- gstmpeg2dec.c	2001/10/23 19:50:41	1.25
+++ gstmpeg2dec.c	2001/10/26 19:44:47	1.26
@@ -86,7 +86,7 @@
   GST_CAPS_NEW (
     "mpeg2dec_sink",
     "video/mpeg",
-      "mpegversion",  GST_PROPS_INT (2),
+      "mpegversion",  GST_PROPS_INT_RANGE (1, 2),
       "systemstream", GST_PROPS_BOOLEAN (FALSE)
   )
 );





More information about the Gstreamer-commits mailing list