mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
Really add A52 caps now
Original commit message from CVS: Really add A52 caps now
This commit is contained in:
parent
06e299a3a5
commit
fe48c46451
2 changed files with 1 additions and 3 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
|
||||
Subproject commit bbd74e96ef37a7d437930f85f939a6a7d36dd012
|
|
@ -565,13 +565,11 @@ gst_avi_demux_strf_auds (GstAviDemux *avi_demux)
|
|||
"application/x-ogg",
|
||||
NULL);
|
||||
break;
|
||||
/* put this in first before uncommenting
|
||||
case GST_RIFF_WAVE_FORMAT_A52:
|
||||
newcaps = gst_caps_new ("avidemux_audio_src",
|
||||
"audio/a52",
|
||||
NULL);
|
||||
break;
|
||||
*/
|
||||
default:
|
||||
g_warning ("avidemux: unkown audio format %d", GUINT16_FROM_LE(strf->format));
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue