mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-04 22:48:54 +00:00
celvideosrc: fix debug category description
This commit is contained in:
parent
517f3a75c2
commit
bf095e891f
1 changed files with 1 additions and 1 deletions
|
@ -764,5 +764,5 @@ gst_cel_video_src_class_init (GstCelVideoSrcClass * klass)
|
|||
G_PARAM_CONSTRUCT | G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
|
||||
|
||||
GST_DEBUG_CATEGORY_INIT (gst_cel_video_src_debug, "celvideosrc",
|
||||
0, "iPhone video source");
|
||||
0, "iOS Celestial video source");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue