[gst-cvs] CVS: gstreamer/plugins/a52dec gsta52dec.c,1.3,1.4

Joshua Pritikin jpritikin at users.sourceforge.net
Mon Sep 17 16:41:02 PDT 2001


Update of /cvsroot/gstreamer/gstreamer/plugins/a52dec
In directory usw-pr-cvs1:/tmp/cvs-serv15416/a52dec

Modified Files:
	gsta52dec.c 
Log Message:
add audio/ac3 to a52dec
rearrange doc


Index: gsta52dec.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/plugins/a52dec/gsta52dec.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gsta52dec.c	2001/09/17 17:32:15	1.3
+++ gsta52dec.c	2001/09/17 23:40:18	1.4
@@ -48,6 +48,11 @@
   /* FILL ME */
 };
 
+//
+// a52 and ac3 are actually the same format.  a52 is the new
+// name because ac3 ran into legal problems.  We support both
+// of them here.  i hope that is OK.
+//
 GST_PADTEMPLATE_FACTORY (sink_factory,
   "sink",
   GST_PAD_SINK,
@@ -55,6 +60,11 @@
   GST_CAPS_NEW (
     "a52dec_sink",
     "audio/a52",
+     NULL
+  ),
+  GST_CAPS_NEW (
+    "ac3dec_sink",
+    "audio/ac3",
      NULL
   )
 );





More information about the Gstreamer-commits mailing list