summaryrefslogtreecommitdiffstats
path: root/gst/vbidec/gstvbidec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/vbidec/gstvbidec.c')
-rw-r--r--gst/vbidec/gstvbidec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/vbidec/gstvbidec.c b/gst/vbidec/gstvbidec.c
index 749cf65d..1ee991a4 100644
--- a/gst/vbidec/gstvbidec.c
+++ b/gst/vbidec/gstvbidec.c
@@ -330,7 +330,6 @@ gst_vbidec_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstVBIDec *vbidec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VBIDEC (object));
vbidec = GST_VBIDEC (object);
@@ -357,7 +356,6 @@ gst_vbidec_get_property (GObject * object, guint prop_id, GValue * value,
{
GstVBIDec *vbidec;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_VBIDEC (object));
vbidec = GST_VBIDEC (object);