mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
don't break the build
Original commit message from CVS: don't break the build
This commit is contained in:
parent
882fd697ea
commit
06e299a3a5
2 changed files with 4 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
|
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
|
|
@ -565,11 +565,13 @@ gst_avi_demux_strf_auds (GstAviDemux *avi_demux)
|
||||||
"application/x-ogg",
|
"application/x-ogg",
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
|
/* put this in first before uncommenting
|
||||||
case GST_RIFF_WAVE_FORMAT_A52:
|
case GST_RIFF_WAVE_FORMAT_A52:
|
||||||
newcaps = gst_caps_new ("avidemux_audio_src",
|
newcaps = gst_caps_new ("avidemux_audio_src",
|
||||||
"audio/a52",
|
"audio/a52",
|
||||||
NULL);
|
NULL);
|
||||||
break;
|
break;
|
||||||
|
*/
|
||||||
default:
|
default:
|
||||||
g_warning ("avidemux: unkown audio format %d", GUINT16_FROM_LE(strf->format));
|
g_warning ("avidemux: unkown audio format %d", GUINT16_FROM_LE(strf->format));
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue