diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2003-01-13 13:59:31 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2003-01-13 13:59:31 +0000 |
commit | 3f58aecb754613c25d2875dde0cf2e03886a3d4e (patch) | |
tree | 900774785ff8418ceb5104091c06566a4a8d79e3 /ext/mplex | |
parent | 801ee2866c79d89ae47d39e3956697fe26752dfe (diff) | |
download | gst-plugins-bad-3f58aecb754613c25d2875dde0cf2e03886a3d4e.tar.gz gst-plugins-bad-3f58aecb754613c25d2875dde0cf2e03886a3d4e.tar.bz2 gst-plugins-bad-3f58aecb754613c25d2875dde0cf2e03886a3d4e.zip |
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"
Diffstat (limited to 'ext/mplex')
-rw-r--r-- | ext/mplex/gstmplex.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mplex/gstmplex.cc b/ext/mplex/gstmplex.cc index dec67522..eec81998 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 ) ) |