testsuite/caps/caps_strings: audio/ac3 => audio/x-ac3
authorStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 00:14:40 +0000 (00:14 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Mon, 10 May 2004 00:14:40 +0000 (00:14 +0000)
Original commit message from CVS:
* testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
* docs/manual/pads-api.xml : audio/wav => audio/x-wav
* docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav

ChangeLog
docs/manual/pads-api.xml
docs/random/uraeus/gstreamer_and_midi.txt
tests/old/testsuite/caps/caps_strings
testsuite/caps/caps_strings

index 387237a6b7b1df5c1b69a05276d6d004cf0a343b..058e9a54d995930eaf1f2c8d37366643b26f470b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
+
+       * testsuite/caps/caps_strings : audio/ac3 => audio/x-ac3
+       * docs/manual/pads-api.xml : audio/wav => audio/x-wav
+       * docs/random/uraeus/gstreamer_and_midi.txt : audio/wav => audio/x-wav
+
 2004-05-09  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * tests/Makefile.am: fix am16 issue
index e0c6202535578cbbdf40727990583782e25954fa..f7af5f9aacc8d6878bad935245ffa5aa4ab68dbd 100644 (file)
@@ -201,7 +201,7 @@ GstCaps*    gst_caps_new (const gchar *name, const gchar *mime, GstProps *props)
     <programlisting>
   GstCaps *newcaps;
   
-  newcaps = gst_caps_new ("my_caps", "audio/wav", NULL);
+  newcaps = gst_caps_new ("my_caps", "audio/x-wav", NULL);
     </programlisting>
       </para>
       <para>
@@ -268,7 +268,7 @@ GstProps*     gst_props_new   (const gchar *firstname, ...);
   GstCaps *newcaps;
   
   newcaps = gst_caps_new ("my_caps", 
-                          "audio/wav", 
+                          "audio/x-wav", 
                          gst_props_new (
                            "bitrate", GST_PROPS_INT_RANGE (11025,22050),
                            "depth",   GST_PROPS_INT (16),
@@ -285,7 +285,7 @@ GstProps*     gst_props_new   (const gchar *firstname, ...);
   GstCaps *newcaps;
   
   newcaps = GST_CAPS_NEW ("my_caps", 
-                          "audio/wav", 
+                          "audio/x-wav", 
                            "bitrate", GST_PROPS_INT_RANGE (11025,22050),
                            "depth",   GST_PROPS_INT (16),
                            "signed",  GST_PROPS_LIST (
index a1a4addba8ca0b2e83889dd93c2b627a758937a2..4631d58ef32ad26948d10b3173a566cc17dcaeea 100644 (file)
@@ -112,7 +112,7 @@ Types :
 
 - MIDI being passed to/from a text file : audio/midi (This is in my midi.types
   file, associated with a .midi or .mid extension. It seems analogous to a .wav
-  file, which contains audio/wav-type information.)
+  file, which contains "audio/x-wav" type information.)
 
 - MIDI in a pipeline : audio/x-gst-midi ?
 
index c1af70b6839ca8a5944b9f05087f9bdc81cfa93a..ee7348b45a0c30dc23abc392c680630d33e98cf8 100644 (file)
@@ -103,7 +103,7 @@ application/x-pn-realmedia, systemstream=(boolean)true
 audio/x-gsm, rate=(int)[ 1000, 48000 ], channels=(int)1
 audio/x-speex, rate=(int)[ 1000, 48000 ], channels=(int)1
 video/mpeg, mpegversion=(int)1, systemstream=(boolean)false
-audio/ac3, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]
+audio/x-ac3, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]
 audio/x-alaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]
 audio/x-mulaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]
 video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true
index c1af70b6839ca8a5944b9f05087f9bdc81cfa93a..ee7348b45a0c30dc23abc392c680630d33e98cf8 100644 (file)
@@ -103,7 +103,7 @@ application/x-pn-realmedia, systemstream=(boolean)true
 audio/x-gsm, rate=(int)[ 1000, 48000 ], channels=(int)1
 audio/x-speex, rate=(int)[ 1000, 48000 ], channels=(int)1
 video/mpeg, mpegversion=(int)1, systemstream=(boolean)false
-audio/ac3, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]
+audio/x-ac3, channels=(int)[ 1, 6 ], rate=(int)[ 32000, 48000 ]
 audio/x-alaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]
 audio/x-mulaw, rate=(int)[ 8000, 192000 ], channels=(int)[ 1, 2 ]
 video/mpeg, mpegversion=(int)[ 1, 2 ], systemstream=(boolean)true