Accept audio/x-private1-a3c on sink pad

Original commit message from CVS:
Accept audio/x-private1-a3c on sink pad
This commit is contained in:
Michael Smith 2005-09-02 17:04:39 +00:00
parent 1c90c64cc8
commit 5206e42dc9
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
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):

View 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 =