Accept audio/x-private1-a3c on sink pad
authorMichael Smith <msmith@xiph.org>
Fri, 2 Sep 2005 17:04:39 +0000 (17:04 +0000)
committerMichael Smith <msmith@xiph.org>
Fri, 2 Sep 2005 17:04:39 +0000 (17:04 +0000)
Original commit message from CVS:
Accept audio/x-private1-a3c on sink pad

ChangeLog
gst/iec958/ac3iec.c

index c8f2c69..5f5e300 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2005-09-02  Michael Smith <msmith@fluendo.com>
 
+       * gst/iec958/ac3iec.c:
+         Use the right mime-type for AC3 input, audio/x-private1-ac3, as
+         output by demux
+
+2005-09-02  Michael Smith <msmith@fluendo.com>
+
        * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
        * gst/iec958/ac3iec.c: (ac3iec_get_type), (ac3iec_base_init),
        (ac3iec_class_init), (ac3iec_init), (ac3iec_finalize),
index 35573e2..3f72a7e 100644 (file)
@@ -63,7 +63,7 @@ static GstStaticPadTemplate ac3iec_sink_template =
 GST_STATIC_PAD_TEMPLATE ("sink",
     GST_PAD_SINK,
     GST_PAD_ALWAYS,
-    GST_STATIC_CAPS ("audio/x-ac3")
+    GST_STATIC_CAPS ("audio/x-private1-ac3")
     );
 
 static GstStaticPadTemplate ac3iec_src_template =