mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 04:52:28 +00:00
queue: remove unused label. Fixes compiler warning.
This commit is contained in:
parent
c257b19ead
commit
a47e5c72d0
1 changed files with 0 additions and 8 deletions
|
@ -797,14 +797,6 @@ done:
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
/* ERRORS */
|
/* ERRORS */
|
||||||
out_flushing:
|
|
||||||
{
|
|
||||||
GST_CAT_LOG_OBJECT (queue_dataflow, queue,
|
|
||||||
"refusing event, we are flushing");
|
|
||||||
GST_QUEUE_MUTEX_UNLOCK (queue);
|
|
||||||
gst_event_unref (event);
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
out_eos:
|
out_eos:
|
||||||
{
|
{
|
||||||
GST_CAT_LOG_OBJECT (queue_dataflow, queue, "refusing event, we are EOS");
|
GST_CAT_LOG_OBJECT (queue_dataflow, queue, "refusing event, we are EOS");
|
||||||
|
|
Loading…
Reference in a new issue