[gst-devel] mpeg2 mess

David I. Lehn dlehn at vt.edu
Fri Sep 14 02:02:03 CEST 2001


* vishnu at pobox.com <vishnu at pobox.com> [20010914 04:50]:
> Is this correct?
> 
> diff -u -p -r1.21 ac3dec.c
> --- ac3dec.c	2001/08/21 20:16:47	1.21
> +++ ac3dec.c	2001/09/14 03:21:59
> @@ -51,7 +51,7 @@ GST_PADTEMPLATE_FACTORY (sink_factory,
>    GST_CAPS_NEW (
>      "ac3dec_sink",
>      "audio/ac3",
> -     NULL
> +    "framed",   GST_PROPS_BOOLEAN (TRUE)
>    )
>  );
>  

No.  I think the best idea is to fix up the a52dec plugin to do caps and
make (at least) stereo output solid.  Then we can just delete ac3dec and
ac3parse completely.  Want to help with that?

Any thoughts on s/ac3/a52/ throughout the tree?

In any case, I think you may still need that NULL?

-dave
-- 
David I. Lehn <dlehn at vt.edu>  | http://www.lehn.org/~dlehn/
Computer Engineering Graduate @ Virginia Tech in sunny Blacksburg, VA




More information about the gstreamer-devel mailing list