Really add A52 caps now
authorWim Taymans <wim.taymans@gmail.com>
Sun, 19 Jan 2003 01:55:11 +0000 (01:55 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sun, 19 Jan 2003 01:55:11 +0000 (01:55 +0000)
Original commit message from CVS:
Really add A52 caps now

common
gst/avi/gstavidemux.c

diff --git a/common b/common
index cd4ca95..bbd74e9 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit cd4ca955a5d90042117e5c7946d2d18493ab0a61
+Subproject commit bbd74e96ef37a7d437930f85f939a6a7d36dd012
index 7bf2720..10fcef2 100644 (file)
@@ -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;