mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +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;
|
||||
|
||||
/* 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:
|
||||
{
|
||||
GST_CAT_LOG_OBJECT (queue_dataflow, queue, "refusing event, we are EOS");
|
||||
|
|
Loading…
Reference in a new issue