mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 23:58:17 +00:00
funnel: minor element description fix
This commit is contained in:
parent
7bb40c3ada
commit
01d016e720
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ gst_funnel_base_init (gpointer g_class)
|
|||
GstElementClass *gstelement_class = GST_ELEMENT_CLASS (g_class);
|
||||
|
||||
gst_element_class_set_details_simple (gstelement_class,
|
||||
"Farsight Funnel pipe fitting", "Generic", "N-to-1 pipe fitting",
|
||||
"Funnel pipe fitting", "Generic", "N-to-1 pipe fitting",
|
||||
"Olivier Crete <olivier.crete@collabora.co.uk>");
|
||||
|
||||
gst_element_class_add_pad_template (gstelement_class,
|
||||
|
|
Loading…
Reference in a new issue