From 0bd0c925e35929ae3efa29198e4f7c2f66c62df2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 23 Jul 2013 13:42:40 +0200 Subject: [PATCH] playsink: Remove two unused variables --- gst/playback/gstplaysink.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gst/playback/gstplaysink.c b/gst/playback/gstplaysink.c index 92f244d1bc..8c025a4572 100644 --- a/gst/playback/gstplaysink.c +++ b/gst/playback/gstplaysink.c @@ -267,12 +267,10 @@ struct _GstPlaySink /* sending audio/video flushes break stream changes when the pipeline * is paused and played again in 0.10 */ #if 0 - GstSegment video_segment; gboolean video_custom_flush_finished; gboolean video_ignore_wrong_state; gboolean video_pending_flush; - GstSegment audio_segment; gboolean audio_custom_flush_finished; gboolean audio_ignore_wrong_state; gboolean audio_pending_flush;