summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2003-01-13 13:59:31 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2003-01-13 13:59:31 +0000
commit3f58aecb754613c25d2875dde0cf2e03886a3d4e (patch)
tree900774785ff8418ceb5104091c06566a4a8d79e3
parent801ee2866c79d89ae47d39e3956697fe26752dfe (diff)
downloadgstreamer-plugins-bad-3f58aecb754613c25d2875dde0cf2e03886a3d4e.tar.gz
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
Original commit message from CVS: Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
-rw-r--r--ext/mplex/gstmplex.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc
index dec67522b..eec819986 100644
--- a/ext/mplex/gstmplex.cc
+++ b/ext/mplex/gstmplex.cc
@@ -108,7 +108,7 @@ GST_PAD_TEMPLATE_FACTORY (private_2_sink_factory,
GST_PAD_REQUEST,
GST_CAPS_NEW (
"sink_private2",
- "unkown/unkown",
+ "unknown/unknown",
NULL
)
)