mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
playsink: Remove two unused variables
This commit is contained in:
parent
e4b1a58675
commit
0bd0c925e3
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue