mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +00:00
applemedia: make video source element details consistent
Inspired by the v4l2src element details.
This commit is contained in:
parent
445d7502c4
commit
8402211bac
4 changed files with 8 additions and 12 deletions
|
@ -563,9 +563,8 @@ gst_avf_video_src_base_init (gpointer gclass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"AVFVideoSrc",
|
||||
"Source/Video",
|
||||
"Stream data from a video capture device through AVFoundation",
|
||||
"Video Source (AVFoundation)", "Source/Video",
|
||||
"Reads frames from an iOS AVFoundation device",
|
||||
"Ole André Vadla Ravnås <oravnas@cisco.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
|
@ -725,9 +725,8 @@ gst_cel_video_src_base_init (gpointer gclass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"iPhone camera source",
|
||||
"Source/Video",
|
||||
"Stream data from iPhone camera sensor",
|
||||
"Video Source (Celestial)", "Source/Video",
|
||||
"Reads frames from an iOS Celestial device",
|
||||
"Ole André Vadla Ravnås <oravnas@cisco.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
|
@ -1127,9 +1127,8 @@ gst_mio_video_src_base_init (gpointer gclass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"MIOVideoSrc",
|
||||
"Source/Video",
|
||||
"Stream data from a video capture device through MIO",
|
||||
"Video Source (MIO)", "Source/Video",
|
||||
"Reads frames from a Mac OS X MIO device",
|
||||
"Ole André Vadla Ravnås <oravnas@cisco.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
|
@ -478,9 +478,8 @@ gst_qtkit_video_src_base_init (gpointer gclass)
|
|||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||
|
||||
gst_element_class_set_details_simple (element_class,
|
||||
"QTKitVideoSrc",
|
||||
"Source/Video",
|
||||
"Stream data from a video capture device through QTKit",
|
||||
"Video Source (QTKit)", "Source/Video",
|
||||
"Reads frames from a Mac OS X QTKit device",
|
||||
"Ole André Vadla Ravnås <oravnas@cisco.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue