[gst-devel] mpeg2dec caps

vishnu at pobox.com vishnu at pobox.com
Fri Oct 26 11:57:01 CEST 2001


Is this right?

-- 
Victory to the Divine Mother!!   ... after all,
  http://sahajayoga.org                http://why-compete.org
-------------- next part --------------
Index: gstmpeg2dec.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/mpeg2/mpeg2dec/gstmpeg2dec.c,v
retrieving revision 1.25
diff -u -p -r1.25 gstmpeg2dec.c
--- gstmpeg2dec.c	2001/10/23 19:50:41	1.25
+++ gstmpeg2dec.c	2001/10/26 18:55:37
@@ -86,7 +86,7 @@ GST_PADTEMPLATE_FACTORY (sink_template_f
   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-devel mailing list