mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
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:
parent
1c90c64cc8
commit
5206e42dc9
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2005-09-02 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
|
* gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain_dvd):
|
||||||
|
|
|
@ -63,7 +63,7 @@ static GstStaticPadTemplate ac3iec_sink_template =
|
||||||
GST_STATIC_PAD_TEMPLATE ("sink",
|
GST_STATIC_PAD_TEMPLATE ("sink",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_ALWAYS,
|
GST_PAD_ALWAYS,
|
||||||
GST_STATIC_CAPS ("audio/x-ac3")
|
GST_STATIC_CAPS ("audio/x-private1-ac3")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate ac3iec_src_template =
|
static GstStaticPadTemplate ac3iec_src_template =
|
||||||
|
|
Loading…
Reference in a new issue