mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
typos : unkown => unknown
Original commit message from CVS: typos : unkown => unknown
This commit is contained in:
parent
855a61c09a
commit
afd9f869a8
2 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ Does GStreamer offer support for DVD decoder cards like dxr2/3 ?
|
|||
|
||||
<answer>
|
||||
<para>
|
||||
We do have support for the dxr3, although dxr2 support is unkown.
|
||||
We do have support for the dxr3, although dxr2 support is unknown.
|
||||
GStreamer can easily accomodate hardware acceleration by writing new
|
||||
device-specific elements.
|
||||
</para>
|
||||
|
|
|
@ -511,7 +511,7 @@ print_element_info (GstElementFactory * factory)
|
|||
else if (padtemplate->direction == GST_PAD_SINK)
|
||||
PUT_ESCAPED (3, "direction", "sink");
|
||||
else
|
||||
PUT_ESCAPED (3, "direction", "unkown");
|
||||
PUT_ESCAPED (3, "direction", "unknown");
|
||||
|
||||
if (padtemplate->presence == GST_PAD_ALWAYS)
|
||||
PUT_ESCAPED (3, "presence", "always");
|
||||
|
@ -522,7 +522,7 @@ print_element_info (GstElementFactory * factory)
|
|||
PUT_ESCAPED (3, "request-function",
|
||||
GST_DEBUG_FUNCPTR_NAME (gstelement_class->request_new_pad));
|
||||
} else
|
||||
PUT_ESCAPED (3, "presence", "unkown");
|
||||
PUT_ESCAPED (3, "presence", "unknown");
|
||||
|
||||
if (padtemplate->caps) {
|
||||
print_caps (padtemplate->caps, 3);
|
||||
|
@ -616,7 +616,7 @@ print_element_info (GstElementFactory * factory)
|
|||
else if (gst_pad_get_direction (pad) == GST_PAD_SINK)
|
||||
PUT_ESCAPED (3, "direction", "sink");
|
||||
else
|
||||
PUT_ESCAPED (3, "direction", "unkown");
|
||||
PUT_ESCAPED (3, "direction", "unknown");
|
||||
|
||||
if (GST_IS_GHOST_PAD (pad))
|
||||
PUT_ESCAPED (3, "ghost", gst_pad_get_name (pad));
|
||||
|
|
Loading…
Reference in a new issue