mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
testsuite/caps/caps_strings: audio/ac3 => audio/x-ac3
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
This commit is contained in:
parent
e118149521
commit
4e0df2c413
5 changed files with 12 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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 (
|
||||
|
|
|
@ -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 ?
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue