]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
gst/elements/: Make element details static.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 28 Sep 2005 12:52:51 +0000 (12:52 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 28 Sep 2005 12:52:51 +0000 (12:52 +0000)
Original commit message from CVS:
* gst/elements/gstcapsfilter.c:
* gst/elements/gstfakesink.c:
* gst/elements/gstfakesrc.c:
* gst/elements/gstfdsink.c:
* gst/elements/gstfdsrc.c:
* gst/elements/gstfilesink.c:
* gst/elements/gstfilesrc.c:
* gst/elements/gstidentity.c:
* gst/elements/gsttee.c:
* gst/elements/gsttypefindelement.c:
Make element details static.

21 files changed:
ChangeLog
gst/elements/gstcapsfilter.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstfdsink.c
gst/elements/gstfdsrc.c
gst/elements/gstfilesink.c
gst/elements/gstfilesrc.c
gst/elements/gstidentity.c
gst/elements/gsttee.c
gst/elements/gsttypefindelement.c
plugins/elements/gstcapsfilter.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
plugins/elements/gstfilesink.c
plugins/elements/gstfilesrc.c
plugins/elements/gstidentity.c
plugins/elements/gsttee.c
plugins/elements/gsttypefindelement.c

index ef0132a1d49e0194b9e5a9468e906a302ca3770d..52639de0cc43f351efeb235e7c9a5ac926629541 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2005-09-28  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/elements/gstcapsfilter.c:
+       * gst/elements/gstfakesink.c:
+       * gst/elements/gstfakesrc.c:
+       * gst/elements/gstfdsink.c:
+       * gst/elements/gstfdsrc.c:
+       * gst/elements/gstfilesink.c:
+       * gst/elements/gstfilesrc.c:
+       * gst/elements/gstidentity.c:
+       * gst/elements/gsttee.c:
+       * gst/elements/gsttypefindelement.c:
+         Make element details static.
+
 2005-09-28  Wim Taymans  <wim@fluendo.com>
 
        * gst/gstbin.c: (add_to_queue), (clear_queue), (reset_outdegree),
index 7b6c4ece6b41f7656b2f377f1a624f326fc0a3a2..c4e7263a264c878683be36c9fbc23f8868ac9c3b 100644 (file)
@@ -29,7 +29,8 @@
 #include <gst/base/gstbasetransform.h>
 
 
-GstElementDetails gst_capsfilter_details = GST_ELEMENT_DETAILS ("CapsFilter",
+static GstElementDetails gst_capsfilter_details =
+GST_ELEMENT_DETAILS ("CapsFilter",
     "Generic",
     "Pass data without modification, limiting formats",
     "David Schleef <ds@schleef.org>");
index 7bdaf18deac62b63246ec8ee0a4cf4c443adfc1b..7adab5de26ebce7279a3ac9ac052963b0477a247 100644 (file)
@@ -42,7 +42,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_fake_sink_debug);
 #define GST_CAT_DEFAULT gst_fake_sink_debug
 
-GstElementDetails gst_fake_sink_details = GST_ELEMENT_DETAILS ("Fake Sink",
+static GstElementDetails gst_fake_sink_details =
+GST_ELEMENT_DETAILS ("Fake Sink",
     "Sink",
     "Black hole for data",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index 0bfdf4506fa70671e8c0a4fbcea42faf50b827ac..485625df263f76fe4f60fcb657231857a44921b4 100644 (file)
@@ -45,7 +45,8 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_fake_src_debug);
 #define GST_CAT_DEFAULT gst_fake_src_debug
 
-GstElementDetails gst_fake_src_details = GST_ELEMENT_DETAILS ("Fake Source",
+static GstElementDetails gst_fake_src_details =
+GST_ELEMENT_DETAILS ("Fake Source",
     "Source",
     "Push empty (no data) buffers around",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index ee49bb838dcc08369ad26d8c00a7679e40befcc5..5cd1d4dc4f03674dad7e0d4904b891f0422b6ac1 100644 (file)
@@ -37,7 +37,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_fdsink_debug);
 #define GST_CAT_DEFAULT gst_fdsink_debug
 
-GstElementDetails gst_fdsink_details =
+static GstElementDetails gst_fdsink_details =
 GST_ELEMENT_DETAILS ("Filedescriptor Sink",
     "Sink/File",
     "Write data to a file descriptor",
index 266619131db040d24034ff5b9771066016e2d1a5..b24837724209c4354c0602692bf3c83d42cec126 100644 (file)
@@ -67,7 +67,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_fdsrc_debug);
 #define GST_CAT_DEFAULT gst_fdsrc_debug
 
-GstElementDetails gst_fdsrc_details = GST_ELEMENT_DETAILS ("Disk Source",
+static GstElementDetails gst_fdsrc_details = GST_ELEMENT_DETAILS ("Disk Source",
     "Source/File",
     "Synchronous read from a file",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index e529c0ecfc657a32c5476c95d96f9533c08301cd..6893758dd95dd75b0bb830ad10883587c12b99df 100644 (file)
@@ -52,7 +52,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_file_sink_debug);
 #define GST_CAT_DEFAULT gst_file_sink_debug
 
-GstElementDetails gst_file_sink_details = GST_ELEMENT_DETAILS ("File Sink",
+static GstElementDetails gst_file_sink_details =
+GST_ELEMENT_DETAILS ("File Sink",
     "Sink/File",
     "Write stream to a file",
     "Thomas <thomas@apestaart.org>");
index 781817e63917c6f470f4f86078a0b06e8f0853fa..9b18b09738a058ec636ab7d6ea854f90d3d36f5d 100644 (file)
@@ -108,7 +108,8 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_file_src_debug);
 #define GST_CAT_DEFAULT gst_file_src_debug
 
-GstElementDetails gst_file_src_details = GST_ELEMENT_DETAILS ("File Source",
+static GstElementDetails gst_file_src_details =
+GST_ELEMENT_DETAILS ("File Source",
     "Source/File",
     "Read from arbitrary point in a file",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index 08c4ec18420f7570feb1ec2548f8cc7048213acc..5c7393dad7b8f692a87f745b6c4a9116006263da 100644 (file)
@@ -45,7 +45,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_identity_debug);
 #define GST_CAT_DEFAULT gst_identity_debug
 
-GstElementDetails gst_identity_details = GST_ELEMENT_DETAILS ("Identity",
+static GstElementDetails gst_identity_details = GST_ELEMENT_DETAILS ("Identity",
     "Generic",
     "Pass data without modification",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index 13588c64a2a3006fe6f2ab56436e9604e82a1660..a0cfc60138dfd4eabca7003a05d865c0f5fcd34f 100644 (file)
@@ -37,7 +37,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_tee_debug);
 #define GST_CAT_DEFAULT gst_tee_debug
 
-GstElementDetails gst_tee_details = GST_ELEMENT_DETAILS ("Tee pipe fitting",
+static GstElementDetails gst_tee_details =
+GST_ELEMENT_DETAILS ("Tee pipe fitting",
     "Generic",
     "1-to-N pipe fitting",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index cd539db3b8d967aef7ed5fd198d4ff101130550c..a6e24a6e4d555c8940282ba48b02a2be08be7b89 100644 (file)
@@ -63,7 +63,7 @@
 GST_DEBUG_CATEGORY_STATIC (gst_type_find_element_debug);
 #define GST_CAT_DEFAULT gst_type_find_element_debug
 
-GstElementDetails gst_type_find_element_details =
+static GstElementDetails gst_type_find_element_details =
 GST_ELEMENT_DETAILS ("TypeFind",
     "Generic",
     "Finds the media type of a stream",
index 7b6c4ece6b41f7656b2f377f1a624f326fc0a3a2..c4e7263a264c878683be36c9fbc23f8868ac9c3b 100644 (file)
@@ -29,7 +29,8 @@
 #include <gst/base/gstbasetransform.h>
 
 
-GstElementDetails gst_capsfilter_details = GST_ELEMENT_DETAILS ("CapsFilter",
+static GstElementDetails gst_capsfilter_details =
+GST_ELEMENT_DETAILS ("CapsFilter",
     "Generic",
     "Pass data without modification, limiting formats",
     "David Schleef <ds@schleef.org>");
index 7bdaf18deac62b63246ec8ee0a4cf4c443adfc1b..7adab5de26ebce7279a3ac9ac052963b0477a247 100644 (file)
@@ -42,7 +42,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_fake_sink_debug);
 #define GST_CAT_DEFAULT gst_fake_sink_debug
 
-GstElementDetails gst_fake_sink_details = GST_ELEMENT_DETAILS ("Fake Sink",
+static GstElementDetails gst_fake_sink_details =
+GST_ELEMENT_DETAILS ("Fake Sink",
     "Sink",
     "Black hole for data",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index 0bfdf4506fa70671e8c0a4fbcea42faf50b827ac..485625df263f76fe4f60fcb657231857a44921b4 100644 (file)
@@ -45,7 +45,8 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_fake_src_debug);
 #define GST_CAT_DEFAULT gst_fake_src_debug
 
-GstElementDetails gst_fake_src_details = GST_ELEMENT_DETAILS ("Fake Source",
+static GstElementDetails gst_fake_src_details =
+GST_ELEMENT_DETAILS ("Fake Source",
     "Source",
     "Push empty (no data) buffers around",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index ee49bb838dcc08369ad26d8c00a7679e40befcc5..5cd1d4dc4f03674dad7e0d4904b891f0422b6ac1 100644 (file)
@@ -37,7 +37,7 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_fdsink_debug);
 #define GST_CAT_DEFAULT gst_fdsink_debug
 
-GstElementDetails gst_fdsink_details =
+static GstElementDetails gst_fdsink_details =
 GST_ELEMENT_DETAILS ("Filedescriptor Sink",
     "Sink/File",
     "Write data to a file descriptor",
index 266619131db040d24034ff5b9771066016e2d1a5..b24837724209c4354c0602692bf3c83d42cec126 100644 (file)
@@ -67,7 +67,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_fdsrc_debug);
 #define GST_CAT_DEFAULT gst_fdsrc_debug
 
-GstElementDetails gst_fdsrc_details = GST_ELEMENT_DETAILS ("Disk Source",
+static GstElementDetails gst_fdsrc_details = GST_ELEMENT_DETAILS ("Disk Source",
     "Source/File",
     "Synchronous read from a file",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index e529c0ecfc657a32c5476c95d96f9533c08301cd..6893758dd95dd75b0bb830ad10883587c12b99df 100644 (file)
@@ -52,7 +52,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_file_sink_debug);
 #define GST_CAT_DEFAULT gst_file_sink_debug
 
-GstElementDetails gst_file_sink_details = GST_ELEMENT_DETAILS ("File Sink",
+static GstElementDetails gst_file_sink_details =
+GST_ELEMENT_DETAILS ("File Sink",
     "Sink/File",
     "Write stream to a file",
     "Thomas <thomas@apestaart.org>");
index 781817e63917c6f470f4f86078a0b06e8f0853fa..9b18b09738a058ec636ab7d6ea854f90d3d36f5d 100644 (file)
@@ -108,7 +108,8 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_file_src_debug);
 #define GST_CAT_DEFAULT gst_file_src_debug
 
-GstElementDetails gst_file_src_details = GST_ELEMENT_DETAILS ("File Source",
+static GstElementDetails gst_file_src_details =
+GST_ELEMENT_DETAILS ("File Source",
     "Source/File",
     "Read from arbitrary point in a file",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index 08c4ec18420f7570feb1ec2548f8cc7048213acc..5c7393dad7b8f692a87f745b6c4a9116006263da 100644 (file)
@@ -45,7 +45,7 @@ static GstStaticPadTemplate srctemplate = GST_STATIC_PAD_TEMPLATE ("src",
 GST_DEBUG_CATEGORY_STATIC (gst_identity_debug);
 #define GST_CAT_DEFAULT gst_identity_debug
 
-GstElementDetails gst_identity_details = GST_ELEMENT_DETAILS ("Identity",
+static GstElementDetails gst_identity_details = GST_ELEMENT_DETAILS ("Identity",
     "Generic",
     "Pass data without modification",
     "Erik Walthinsen <omega@cse.ogi.edu>");
index 13588c64a2a3006fe6f2ab56436e9604e82a1660..a0cfc60138dfd4eabca7003a05d865c0f5fcd34f 100644 (file)
@@ -37,7 +37,8 @@ static GstStaticPadTemplate sinktemplate = GST_STATIC_PAD_TEMPLATE ("sink",
 GST_DEBUG_CATEGORY_STATIC (gst_tee_debug);
 #define GST_CAT_DEFAULT gst_tee_debug
 
-GstElementDetails gst_tee_details = GST_ELEMENT_DETAILS ("Tee pipe fitting",
+static GstElementDetails gst_tee_details =
+GST_ELEMENT_DETAILS ("Tee pipe fitting",
     "Generic",
     "1-to-N pipe fitting",
     "Erik Walthinsen <omega@cse.ogi.edu>, "
index cd539db3b8d967aef7ed5fd198d4ff101130550c..a6e24a6e4d555c8940282ba48b02a2be08be7b89 100644 (file)
@@ -63,7 +63,7 @@
 GST_DEBUG_CATEGORY_STATIC (gst_type_find_element_debug);
 #define GST_CAT_DEFAULT gst_type_find_element_debug
 
-GstElementDetails gst_type_find_element_details =
+static GstElementDetails gst_type_find_element_details =
 GST_ELEMENT_DETAILS ("TypeFind",
     "Generic",
     "Finds the media type of a stream",