summaryrefslogtreecommitdiffstats
path: root/sys/dxr3/dxr3videosink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dxr3/dxr3videosink.c')
-rw-r--r--sys/dxr3/dxr3videosink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dxr3/dxr3videosink.c b/sys/dxr3/dxr3videosink.c
index 2c994c87..37e28192 100644
--- a/sys/dxr3/dxr3videosink.c
+++ b/sys/dxr3/dxr3videosink.c
@@ -227,7 +227,6 @@ dxr3videosink_set_property (GObject * object, guint prop_id,
{
Dxr3VideoSink *sink;
- /* it's not null if we got it, but it might not be ours */
sink = DXR3VIDEOSINK (object);
switch (prop_id) {
@@ -243,7 +242,6 @@ dxr3videosink_get_property (GObject * object, guint prop_id,
{
Dxr3VideoSink *sink;
- /* it's not null if we got it, but it might not be ours */
g_return_if_fail (GST_IS_DXR3VIDEOSINK (object));
sink = DXR3VIDEOSINK (object);