mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
invtelecine: Fix up element details
This commit is contained in:
parent
f6f9563dc8
commit
a27500b712
1 changed files with 3 additions and 3 deletions
|
@ -147,9 +147,9 @@ gst_invtelecine_base_init (gpointer g_class)
|
|||
|
||||
GstElementClass *element_class = GST_ELEMENT_CLASS (g_class);
|
||||
|
||||
gst_element_class_set_details_simple (element_class, "H.264 Decoder",
|
||||
"Codec/Decoder/Video",
|
||||
"Decode H.264/MPEG-4 AVC video streams",
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"Inverse Telecine filter", "Filter/Video",
|
||||
"Detects and reconstructs progressive content from telecine video",
|
||||
"Entropy Wave <ds@entropywave.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue