mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +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
|
/* sending audio/video flushes break stream changes when the pipeline
|
||||||
* is paused and played again in 0.10 */
|
* is paused and played again in 0.10 */
|
||||||
#if 0
|
#if 0
|
||||||
GstSegment video_segment;
|
|
||||||
gboolean video_custom_flush_finished;
|
gboolean video_custom_flush_finished;
|
||||||
gboolean video_ignore_wrong_state;
|
gboolean video_ignore_wrong_state;
|
||||||
gboolean video_pending_flush;
|
gboolean video_pending_flush;
|
||||||
|
|
||||||
GstSegment audio_segment;
|
|
||||||
gboolean audio_custom_flush_finished;
|
gboolean audio_custom_flush_finished;
|
||||||
gboolean audio_ignore_wrong_state;
|
gboolean audio_ignore_wrong_state;
|
||||||
gboolean audio_pending_flush;
|
gboolean audio_pending_flush;
|
||||||
|
|
Loading…
Reference in a new issue