diff options
Diffstat (limited to 'gst/oldcore/gstmultifilesrc.c')
-rw-r--r-- | gst/oldcore/gstmultifilesrc.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |