diff options
Diffstat (limited to 'ext/audiofile')
-rw-r--r-- | ext/audiofile/gstafparse.c | 1 | ||||
-rw-r--r-- | ext/audiofile/gstafsink.c | 2 | ||||
-rw-r--r-- | ext/audiofile/gstafsrc.c | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/ext/audiofile/gstafparse.c b/ext/audiofile/gstafparse.c index 4eece0c8..b576e814 100644 --- a/ext/audiofile/gstafparse.c +++ b/ext/audiofile/gstafparse.c @@ -299,7 +299,6 @@ gst_afparse_set_property (GObject * object, guint prop_id, { GstAFParse *afparse; - /* it's not null if we got it, but it might not be ours */ afparse = GST_AFPARSE (object); switch (prop_id) { diff --git a/ext/audiofile/gstafsink.c b/ext/audiofile/gstafsink.c index 872864b2..262674dc 100644 --- a/ext/audiofile/gstafsink.c +++ b/ext/audiofile/gstafsink.c @@ -209,7 +209,6 @@ gst_afsink_set_property (GObject * object, guint prop_id, const GValue * value, { GstAFSink *sink; - /* it's not null if we got it, but it might not be ours */ sink = GST_AFSINK (object); switch (prop_id) { @@ -249,7 +248,6 @@ gst_afsink_get_property (GObject * object, guint prop_id, GValue * value, { GstAFSink *sink; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AFSINK (object)); sink = GST_AFSINK (object); diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index 91fc6cf3..ee3244d5 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -251,7 +251,6 @@ gst_afsrc_set_property (GObject * object, guint prop_id, const GValue * value, { GstAFSrc *src; - /* it's not null if we got it, but it might not be ours */ src = GST_AFSRC (object); switch (prop_id) { @@ -271,7 +270,6 @@ gst_afsrc_get_property (GObject * object, guint prop_id, GValue * value, { GstAFSrc *src; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_AFSRC (object)); src = GST_AFSRC (object); |