summaryrefslogtreecommitdiffstats
path: root/gst/stereo/gststereo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/stereo/gststereo.c')
-rw-r--r--gst/stereo/gststereo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/stereo/gststereo.c b/gst/stereo/gststereo.c
index 50aea79a..317d5570 100644
--- a/gst/stereo/gststereo.c
+++ b/gst/stereo/gststereo.c
@@ -185,7 +185,6 @@ gst_stereo_set_property (GObject * object, guint prop_id, const GValue * value,
{
GstStereo *stereo;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STEREO (object));
stereo = GST_STEREO (object);
@@ -207,7 +206,6 @@ gst_stereo_get_property (GObject * object, guint prop_id, GValue * value,
{
GstStereo *stereo;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_STEREO (object));
stereo = GST_STEREO (object);