summaryrefslogtreecommitdiffstats
path: root/gst/oldcore
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore')
-rw-r--r--gst/oldcore/gstaggregator.c2
-rw-r--r--gst/oldcore/gstfdsink.c2
-rw-r--r--gst/oldcore/gstmd5sink.c1
-rw-r--r--gst/oldcore/gstmultifilesrc.c2
-rw-r--r--gst/oldcore/gstpipefilter.c2
-rw-r--r--gst/oldcore/gstshaper.c2
-rw-r--r--gst/oldcore/gststatistics.c2
7 files changed, 0 insertions, 13 deletions
diff --git a/gst/oldcore/gstaggregator.c b/gst/oldcore/gstaggregator.c
index ddd806cf..86d42543 100644
--- a/gst/oldcore/gstaggregator.c
+++ b/gst/oldcore/gstaggregator.c
@@ -243,7 +243,6 @@ gst_aggregator_set_property (GObject * object, guint prop_id,
{
GstAggregator *aggregator;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AGGREGATOR (object));
aggregator = GST_AGGREGATOR (object);
@@ -267,7 +266,6 @@ gst_aggregator_get_property (GObject * object, guint prop_id, GValue * value,
{
GstAggregator *aggregator;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_AGGREGATOR (object));
aggregator = GST_AGGREGATOR (object);
diff --git a/gst/oldcore/gstfdsink.c b/gst/oldcore/gstfdsink.c
index 1fca02c3..ee49bb83 100644
--- a/gst/oldcore/gstfdsink.c
+++ b/gst/oldcore/gstfdsink.c
@@ -137,7 +137,6 @@ gst_fdsink_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstFdSink *fdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FDSINK (object));
fdsink = GST_FDSINK (object);
@@ -157,7 +156,6 @@ gst_fdsink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstFdSink *fdsink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_FDSINK (object));
fdsink = GST_FDSINK (object);
diff --git a/gst/oldcore/gstmd5sink.c b/gst/oldcore/gstmd5sink.c
index 4ebbb4c4..8626c4ee 100644
--- a/gst/oldcore/gstmd5sink.c
+++ b/gst/oldcore/gstmd5sink.c
@@ -450,7 +450,6 @@ gst_md5sink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMD5Sink *sink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MD5SINK (object));
sink = GST_MD5SINK (object);
diff --git a/gst/oldcore/gstmultifilesrc.c b/gst/oldcore/gstmultifilesrc.c
index ea951736..6d88d972 100644
--- a/gst/oldcore/gstmultifilesrc.c
+++ b/gst/oldcore/gstmultifilesrc.c
@@ -151,7 +151,6 @@ gst_multifilesrc_set_property (GObject * object, guint prop_id,
{
GstMultiFileSrc *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MULTIFILESRC (object));
src = GST_MULTIFILESRC (object);
@@ -185,7 +184,6 @@ gst_multifilesrc_get_property (GObject * object, guint prop_id, GValue * value,
{
GstMultiFileSrc *src;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_MULTIFILESRC (object));
src = GST_MULTIFILESRC (object);
diff --git a/gst/oldcore/gstpipefilter.c b/gst/oldcore/gstpipefilter.c
index f8021240..f1371893 100644
--- a/gst/oldcore/gstpipefilter.c
+++ b/gst/oldcore/gstpipefilter.c
@@ -245,7 +245,6 @@ gst_pipefilter_set_property (GObject * object, guint prop_id,
{
GstPipefilter *pipefilter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PIPEFILTER (object));
pipefilter = GST_PIPEFILTER (object);
@@ -266,7 +265,6 @@ gst_pipefilter_get_property (GObject * object, guint prop_id, GValue * value,
{
GstPipefilter *pipefilter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_PIPEFILTER (object));
pipefilter = GST_PIPEFILTER (object);
diff --git a/gst/oldcore/gstshaper.c b/gst/oldcore/gstshaper.c
index c14ab36a..50631fe8 100644
--- a/gst/oldcore/gstshaper.c
+++ b/gst/oldcore/gstshaper.c
@@ -327,7 +327,6 @@ gst_shaper_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstShaper *shaper;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHAPER (object));
shaper = GST_SHAPER (object);
@@ -351,7 +350,6 @@ gst_shaper_get_property (GObject * object, guint prop_id, GValue * value,
{
GstShaper *shaper;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_SHAPER (object));
shaper = GST_SHAPER (object);
diff --git a/gst/oldcore/gststatistics.c b/gst/oldcore/gststatistics.c
index ef6cca3b..7c8b747a 100644
--- a/gst/oldcore/gststatistics.c
+++ b/gst/oldcore/gststatistics.c
@@ -340,7 +340,6 @@ gst_statistics_set_property (GObject * object, guint prop_id,
{
GstStatistics *statistics;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STATISTICS (object));
statistics = GST_STATISTICS (object);
@@ -376,7 +375,6 @@ gst_statistics_get_property (GObject * object, guint prop_id, GValue * value,
{
GstStatistics *statistics;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STATISTICS (object));
statistics = GST_STATISTICS (object);