summaryrefslogtreecommitdiffstats
path: root/ext/libcaca/gstcacasink.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/libcaca/gstcacasink.c')
-rw-r--r--ext/libcaca/gstcacasink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/libcaca/gstcacasink.c b/ext/libcaca/gstcacasink.c
index 91b5eb6a..1ccd728f 100644
--- a/ext/libcaca/gstcacasink.c
+++ b/ext/libcaca/gstcacasink.c
@@ -272,7 +272,6 @@ gst_cacasink_set_property (GObject * object, guint prop_id,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_CACASINK (object));
cacasink = GST_CACASINK (object);
@@ -305,7 +304,6 @@ gst_cacasink_get_property (GObject * object, guint prop_id, GValue * value,
{
GstCACASink *cacasink;
- /* it's not null if we got it, but it might not be ours */
cacasink = GST_CACASINK (object);
switch (prop_id) {