mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
basesink : Remove unused variable.
sync is never used anywhere in that code.
This commit is contained in:
parent
9bf1d7247a
commit
6577af3635
1 changed files with 0 additions and 2 deletions
|
@ -1323,7 +1323,6 @@ gst_base_sink_commit_state (GstBaseSink * basesink)
|
||||||
gboolean post_paused = FALSE;
|
gboolean post_paused = FALSE;
|
||||||
gboolean post_async_done = FALSE;
|
gboolean post_async_done = FALSE;
|
||||||
gboolean post_playing = FALSE;
|
gboolean post_playing = FALSE;
|
||||||
gboolean sync;
|
|
||||||
|
|
||||||
/* we are certainly not playing async anymore now */
|
/* we are certainly not playing async anymore now */
|
||||||
basesink->playing_async = FALSE;
|
basesink->playing_async = FALSE;
|
||||||
|
@ -1333,7 +1332,6 @@ gst_base_sink_commit_state (GstBaseSink * basesink)
|
||||||
next = GST_STATE_NEXT (basesink);
|
next = GST_STATE_NEXT (basesink);
|
||||||
pending = GST_STATE_PENDING (basesink);
|
pending = GST_STATE_PENDING (basesink);
|
||||||
post_pending = pending;
|
post_pending = pending;
|
||||||
sync = basesink->sync;
|
|
||||||
|
|
||||||
switch (pending) {
|
switch (pending) {
|
||||||
case GST_STATE_PLAYING:
|
case GST_STATE_PLAYING:
|
||||||
|
|
Loading…
Reference in a new issue