From 5ba7ca1642d925c42796fe584e5e71cbe4737296 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 12 Aug 2010 18:14:38 +0300 Subject: [PATCH] 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. --- gst-libs/gst/app/gstappsrc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/app/gstappsrc.c b/gst-libs/gst/app/gstappsrc.c index 0f7ff53..90f07c3 100644 --- a/gst-libs/gst/app/gstappsrc.c +++ b/gst-libs/gst/app/gstappsrc.c @@ -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 , Wim Taymans "); gst_element_class_add_pad_template (element_class, -- 2.7.4