mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
Added audio/x-m4a to the sink caps
Original commit message from CVS: Added audio/x-m4a to the sink caps
This commit is contained in:
parent
0629847fb1
commit
b1cf10ff2e
1 changed files with 5 additions and 0 deletions
|
@ -117,6 +117,11 @@ GST_PAD_TEMPLATE_FACTORY (sink_templ,
|
|||
"qtdemux_sink",
|
||||
"video/quicktime",
|
||||
NULL
|
||||
),
|
||||
GST_CAPS_NEW (
|
||||
"qtdemux_sink",
|
||||
"audio/x-m4a",
|
||||
NULL
|
||||
)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue