summaryrefslogtreecommitdiffstats
path: root/src/gsttools/gstvideoconnector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsttools/gstvideoconnector.c')
-rw-r--r--src/gsttools/gstvideoconnector.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gsttools/gstvideoconnector.c b/src/gsttools/gstvideoconnector.c
index d79df2091..b85f5bdbe 100644
--- a/src/gsttools/gstvideoconnector.c
+++ b/src/gsttools/gstvideoconnector.c
@@ -410,11 +410,7 @@ gst_video_connector_chain (GstPad * pad, GstBuffer * buf)
element->latest_buffer = NULL;
}
- //don't save the last video buffer on maemo6 because of buffers shortage
- //with omapxvsink
-#ifndef Q_WS_MAEMO_6
element->latest_buffer = gst_buffer_ref(buf);
-#endif
gst_buffer_unref(buf);
gst_object_unref (element);