+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
<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>
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),
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 (
- 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 ?
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
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