summaryrefslogtreecommitdiffstats
path: root/gst/effectv/gstdice.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/effectv/gstdice.c')
-rw-r--r--gst/effectv/gstdice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/effectv/gstdice.c b/gst/effectv/gstdice.c
index 84d5052e..e3506e73 100644
--- a/gst/effectv/gstdice.c
+++ b/gst/effectv/gstdice.c
@@ -332,7 +332,6 @@ gst_dicetv_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstDiceTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DICETV (object));
filter = GST_DICETV (object);
@@ -352,7 +351,6 @@ gst_dicetv_get_property (GObject * object, guint prop_id, GValue * value,
{
GstDiceTV *filter;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DICETV (object));
filter = GST_DICETV (object);