mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 08:09:56 +00:00
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:
parent
801ee2866c
commit
3f58aecb75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue