mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 12:15:19 +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>
|
<answer>
|
||||||
<para>
|
<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
|
GStreamer can easily accomodate hardware acceleration by writing new
|
||||||
device-specific elements.
|
device-specific elements.
|
||||||
</para>
|
</para>
|
||||||
|
|
|
@ -511,7 +511,7 @@ print_element_info (GstElementFactory * factory)
|
||||||
else if (padtemplate->direction == GST_PAD_SINK)
|
else if (padtemplate->direction == GST_PAD_SINK)
|
||||||
PUT_ESCAPED (3, "direction", "sink");
|
PUT_ESCAPED (3, "direction", "sink");
|
||||||
else
|
else
|
||||||
PUT_ESCAPED (3, "direction", "unkown");
|
PUT_ESCAPED (3, "direction", "unknown");
|
||||||
|
|
||||||
if (padtemplate->presence == GST_PAD_ALWAYS)
|
if (padtemplate->presence == GST_PAD_ALWAYS)
|
||||||
PUT_ESCAPED (3, "presence", "always");
|
PUT_ESCAPED (3, "presence", "always");
|
||||||
|
@ -522,7 +522,7 @@ print_element_info (GstElementFactory * factory)
|
||||||
PUT_ESCAPED (3, "request-function",
|
PUT_ESCAPED (3, "request-function",
|
||||||
GST_DEBUG_FUNCPTR_NAME (gstelement_class->request_new_pad));
|
GST_DEBUG_FUNCPTR_NAME (gstelement_class->request_new_pad));
|
||||||
} else
|
} else
|
||||||
PUT_ESCAPED (3, "presence", "unkown");
|
PUT_ESCAPED (3, "presence", "unknown");
|
||||||
|
|
||||||
if (padtemplate->caps) {
|
if (padtemplate->caps) {
|
||||||
print_caps (padtemplate->caps, 3);
|
print_caps (padtemplate->caps, 3);
|
||||||
|
@ -616,7 +616,7 @@ print_element_info (GstElementFactory * factory)
|
||||||
else if (gst_pad_get_direction (pad) == GST_PAD_SINK)
|
else if (gst_pad_get_direction (pad) == GST_PAD_SINK)
|
||||||
PUT_ESCAPED (3, "direction", "sink");
|
PUT_ESCAPED (3, "direction", "sink");
|
||||||
else
|
else
|
||||||
PUT_ESCAPED (3, "direction", "unkown");
|
PUT_ESCAPED (3, "direction", "unknown");
|
||||||
|
|
||||||
if (GST_IS_GHOST_PAD (pad))
|
if (GST_IS_GHOST_PAD (pad))
|
||||||
PUT_ESCAPED (3, "ghost", gst_pad_get_name (pad));
|
PUT_ESCAPED (3, "ghost", gst_pad_get_name (pad));
|
||||||
|
|
Loading…
Reference in a new issue