Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"
authorJan Schmidt <thaytan@mad.scientist.com>
Mon, 13 Jan 2003 13:59:31 +0000 (13:59 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Mon, 13 Jan 2003 13:59:31 +0000 (13:59 +0000)
Original commit message from CVS:
Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"

ext/mplex/gstmplex.cc

index dec6752..eec8199 100644 (file)
@@ -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
   )
 )