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"
This commit is contained in:
Jan Schmidt 2003-01-13 13:59:31 +00:00
parent 801ee2866c
commit 3f58aecb75

View 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
)
)