convert pad templates to GST_CAPS_ANY
authorDavid Schleef <ds@schleef.org>
Tue, 19 Aug 2003 04:18:19 +0000 (04:18 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 19 Aug 2003 04:18:19 +0000 (04:18 +0000)
Original commit message from CVS:
convert pad templates to GST_CAPS_ANY

12 files changed:
gst/elements/gstaggregator.c
gst/elements/gstfakesink.c
gst/elements/gstfakesrc.c
gst/elements/gstmd5sink.c
gst/elements/gstshaper.c
gst/elements/gsttee.c
plugins/elements/gstaggregator.c
plugins/elements/gstfakesink.c
plugins/elements/gstfakesrc.c
plugins/elements/gstmd5sink.c
plugins/elements/gstshaper.c
plugins/elements/gsttee.c

index 1f13b87..0ac2bd9 100644 (file)
@@ -58,7 +58,7 @@ GST_PAD_TEMPLATE_FACTORY (aggregator_src_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                 /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_AGGREGATOR_SCHED (gst_aggregator_sched_get_type())
index dbfe94a..0050939 100644 (file)
@@ -63,7 +63,7 @@ GST_PAD_TEMPLATE_FACTORY (fakesink_sink_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_FAKESINK_STATE_ERROR (gst_fakesink_state_error_get_type())
index 525bde1..9d088be 100644 (file)
@@ -80,7 +80,7 @@ GST_PAD_TEMPLATE_FACTORY (fakesrc_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_FAKESRC_OUTPUT (gst_fakesrc_output_get_type())
index 15dc9d1..e578150 100644 (file)
@@ -51,7 +51,7 @@ GST_PAD_TEMPLATE_FACTORY (md5_sink_factory,
   "sink",
   GST_PAD_SINK,
   GST_PAD_ALWAYS,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 /* GObject stuff */
index cf981c8..7d163e2 100644 (file)
@@ -67,14 +67,14 @@ GST_PAD_TEMPLATE_FACTORY (shaper_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_SOMETIMES,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 GST_PAD_TEMPLATE_FACTORY (shaper_sink_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_SHAPER_POLICY (gst_shaper_policy_get_type())
index 2d9f4b1..f29a258 100644 (file)
@@ -58,7 +58,7 @@ GST_PAD_TEMPLATE_FACTORY (tee_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_REQUEST,
-  NULL                 /* no caps */
+  GST_CAPS_ANY
 );
 
 static void    gst_tee_class_init      (GstTeeClass *klass);
index 1f13b87..0ac2bd9 100644 (file)
@@ -58,7 +58,7 @@ GST_PAD_TEMPLATE_FACTORY (aggregator_src_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                 /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_AGGREGATOR_SCHED (gst_aggregator_sched_get_type())
index dbfe94a..0050939 100644 (file)
@@ -63,7 +63,7 @@ GST_PAD_TEMPLATE_FACTORY (fakesink_sink_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_FAKESINK_STATE_ERROR (gst_fakesink_state_error_get_type())
index 525bde1..9d088be 100644 (file)
@@ -80,7 +80,7 @@ GST_PAD_TEMPLATE_FACTORY (fakesrc_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_FAKESRC_OUTPUT (gst_fakesrc_output_get_type())
index 15dc9d1..e578150 100644 (file)
@@ -51,7 +51,7 @@ GST_PAD_TEMPLATE_FACTORY (md5_sink_factory,
   "sink",
   GST_PAD_SINK,
   GST_PAD_ALWAYS,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 /* GObject stuff */
index cf981c8..7d163e2 100644 (file)
@@ -67,14 +67,14 @@ GST_PAD_TEMPLATE_FACTORY (shaper_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_SOMETIMES,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 GST_PAD_TEMPLATE_FACTORY (shaper_sink_factory,
   "sink%d",
   GST_PAD_SINK,
   GST_PAD_REQUEST,
-  NULL                  /* no caps */
+  GST_CAPS_ANY
 );
 
 #define GST_TYPE_SHAPER_POLICY (gst_shaper_policy_get_type())
index 2d9f4b1..f29a258 100644 (file)
@@ -58,7 +58,7 @@ GST_PAD_TEMPLATE_FACTORY (tee_src_factory,
   "src%d",
   GST_PAD_SRC,
   GST_PAD_REQUEST,
-  NULL                 /* no caps */
+  GST_CAPS_ANY
 );
 
 static void    gst_tee_class_init      (GstTeeClass *klass);