mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 18:48:44 +00:00
appsrc: fix the classification.
Change "Src" into "Source" (we use that elsewhere). I did not keept "Src" as it is quite unlikely that someone plugs appsrc by searching the registry by classification.
This commit is contained in:
parent
0fee4ed3d0
commit
5ba7ca1642
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ gst_app_src_base_init (gpointer g_class)
|
|||
GST_DEBUG_CATEGORY_INIT (app_src_debug, "appsrc", 0, "appsrc element");
|
||||
|
||||
gst_element_class_set_details_simple (element_class, "AppSrc",
|
||||
"Generic/Src", "Allow the application to feed buffers to a pipeline",
|
||||
"Generic/Source", "Allow the application to feed buffers to a pipeline",
|
||||
"David Schleef <ds@schleef.org>, Wim Taymans <wim.taymans@gmail.com>");
|
||||
|
||||
gst_element_class_add_pad_template (element_class,
|
||||
|
|
Loading…
Reference in a new issue