don't break the build

Original commit message from CVS:
don't break the build
This commit is contained in:
Thomas Vander Stichele 2003-01-18 23:53:43 +00:00
parent 882fd697ea
commit 06e299a3a5
2 changed files with 4 additions and 2 deletions

2
common

@ -1 +1 @@
Subproject commit 895baa0fa0f829ef752424a31bbb2cf68e63842e
Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61

View file

@ -565,11 +565,13 @@ gst_avi_demux_strf_auds (GstAviDemux *avi_demux)
"application/x-ogg",
NULL);
break;
case GST_RIFF_WAVE_FORMAT_A52:
/* 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;