[gst-cvs] CVS: gstreamer/plugins/mpeg2/ac3dec ac3dec.c,1.21,1.22
Joshua Pritikin
jpritikin at users.sourceforge.net
Thu Sep 13 20:54:03 PDT 2001
Update of /cvsroot/gstreamer/gstreamer/plugins/mpeg2/ac3dec
In directory usw-pr-cvs1:/tmp/cvs-serv13671/ac3dec
Modified Files:
ac3dec.c
Log Message:
make src/sink props match (hopefully correct)
Index: ac3dec.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/mpeg2/ac3dec/ac3dec.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- ac3dec.c 2001/08/21 20:16:47 1.21
+++ ac3dec.c 2001/09/14 03:53:30 1.22
@@ -51,7 +51,7 @@
GST_CAPS_NEW (
"ac3dec_sink",
"audio/ac3",
- NULL
+ "framed", GST_PROPS_BOOLEAN (TRUE)
)
);
More information about the Gstreamer-commits
mailing list