playsink: Remove two unused variables

This commit is contained in:
Sebastian Dröge 2013-07-23 13:42:40 +02:00
parent e4b1a58675
commit 0bd0c925e3

View file

@ -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;