summaryrefslogtreecommitdiffstats
path: root/gst/oldcore/gstfdsink.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/oldcore/gstfdsink.c')
-rw-r--r--gst/oldcore/gstfdsink.c2
1 files changed, 0 insertions, 2 deletions
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);