summaryrefslogtreecommitdiff
path: root/plugins/elements
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-01 12:29:34 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-01 12:29:34 +0000
commitc37fca4fd42da8ca2b39d2220c71ade4bc14f934 (patch)
treefc6483a090f77fd84bd1d06203324a362e82059e /plugins/elements
parenta5820445bffccad3c544568c1861b7a99cdd2c53 (diff)
document core plugins in a separate document just like all the others rename these plugins to something starting with...
Original commit message from CVS: document core plugins in a separate document just like all the others rename these plugins to something starting with core
Diffstat (limited to 'plugins/elements')
-rw-r--r--plugins/elements/Makefile.am12
-rw-r--r--plugins/elements/gstelements.c2
-rw-r--r--plugins/elements/gstfakesink.c2
-rw-r--r--plugins/elements/gstfakesrc.c2
-rw-r--r--plugins/elements/gstfilesink.c2
-rw-r--r--plugins/elements/gstfilesrc.c2
-rw-r--r--plugins/elements/gstqueue.c2
7 files changed, 12 insertions, 12 deletions
diff --git a/plugins/elements/Makefile.am b/plugins/elements/Makefile.am
index bd0073efd..b68d29db7 100644
--- a/plugins/elements/Makefile.am
+++ b/plugins/elements/Makefile.am
@@ -4,7 +4,7 @@
# This requires building libs/gst before this dir, which we currently don't
# do.
-plugin_LTLIBRARIES = libgstelements.la
+plugin_LTLIBRARIES = libgstcoreelements.la
if HAVE_SYS_SOCKET_H
GSTFDSRC = gstfdsrc.c
@@ -12,8 +12,8 @@ else
GSTFDSRC =
endif
-libgstelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
-libgstelements_la_SOURCES = \
+libgstcoreelements_la_DEPENDENCIES = $(top_builddir)/gst/libgstreamer-@GST_MAJORMINOR@.la
+libgstcoreelements_la_SOURCES = \
gstbufferstore.c \
gstcapsfilter.c \
gstelements.c \
@@ -27,11 +27,11 @@ libgstelements_la_SOURCES = \
gsttee.c \
gsttypefindelement.c
-libgstelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
-libgstelements_la_LIBADD = \
+libgstcoreelements_la_CFLAGS = $(GST_OBJ_CFLAGS)
+libgstcoreelements_la_LIBADD = \
$(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
$(GST_OBJ_LIBS)
-libgstelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+libgstcoreelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstbufferstore.h \
diff --git a/plugins/elements/gstelements.c b/plugins/elements/gstelements.c
index 019cd1bdd..2ae4e0fac 100644
--- a/plugins/elements/gstelements.c
+++ b/plugins/elements/gstelements.c
@@ -81,6 +81,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "gstelements",
+ "coreelements",
"standard GStreamer elements",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);
diff --git a/plugins/elements/gstfakesink.c b/plugins/elements/gstfakesink.c
index 35a939625..abe34ed25 100644
--- a/plugins/elements/gstfakesink.c
+++ b/plugins/elements/gstfakesink.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
/**
- * SECTION:gstfakesink
+ * SECTION:element-fakesink
* @short_description: black hole for data
* @see_also: #GstFakeSrc
*
diff --git a/plugins/elements/gstfakesrc.c b/plugins/elements/gstfakesrc.c
index 36bb47f29..9dc67fd3f 100644
--- a/plugins/elements/gstfakesrc.c
+++ b/plugins/elements/gstfakesrc.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
/**
- * SECTION:gstfakesrc
+ * SECTION:element-fakesrc
* @short_description: Push empty (no data) buffers around
* @see_also: #GstFakeSink
*
diff --git a/plugins/elements/gstfilesink.c b/plugins/elements/gstfilesink.c
index 576257a60..6e554890b 100644
--- a/plugins/elements/gstfilesink.c
+++ b/plugins/elements/gstfilesink.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
/**
- * SECTION:gstfilesink
+ * SECTION:element-filesink
* @short_description: write stream to a file
* @see_also: #GstFileSrc
*
diff --git a/plugins/elements/gstfilesrc.c b/plugins/elements/gstfilesrc.c
index 82d84c517..cebf81f2e 100644
--- a/plugins/elements/gstfilesrc.c
+++ b/plugins/elements/gstfilesrc.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
/**
- * SECTION:gstfilesrc
+ * SECTION:element-filesrc
* @short_description: read from arbitrary point in a file
* @see_also: #GstFileSrc
*
diff --git a/plugins/elements/gstqueue.c b/plugins/elements/gstqueue.c
index 0ab22ec1e..7061635d3 100644
--- a/plugins/elements/gstqueue.c
+++ b/plugins/elements/gstqueue.c
@@ -23,7 +23,7 @@
*/
/**
- * SECTION:gstqueue
+ * SECTION:element-queue
* @short_description: Simple asynchronous data queue.
*
* Data is queued till max_level buffers have been stored. Any subsequent