aboutsummaryrefslogtreecommitdiff
path: root/docs/pwg/other-ntoone.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pwg/other-ntoone.xml')
-rw-r--r--docs/pwg/other-ntoone.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pwg/other-ntoone.xml b/docs/pwg/other-ntoone.xml
index 5cb1f35..2196b4e 100644
--- a/docs/pwg/other-ntoone.xml
+++ b/docs/pwg/other-ntoone.xml
@@ -80,7 +80,7 @@ gst_avi_mux_audio_link (GstPad *pad,
* stream structure (strh/strf). */
[..]
return GST_PAD_LINK_OK;
- } else if !strcmp (str, "audio/x-raw-int")) {
+ } else if !strcmp (str, "audio/x-raw")) {
/* See above, but now with the raw audio tag (0x0001). */
[..]
return GST_PAD_LINK_OK;
@@ -122,7 +122,7 @@ gst_avi_mux_loop (GstElement *element)
NULL);
break;
case 0x0001: /* pcm */
- caps = gst_caps_new_simple ("audio/x-raw-int",
+ caps = gst_caps_new_simple ("audio/x-raw",
[..]);
break;
[..]