[MOVED FROM BAD 37/57] gst/flv/gstflvdemux.c: Error out early if pulling a tag failed.
Original commit message from CVS: * gst/flv/gstflvdemux.c: (gst_flv_demux_pull_tag): Error out early if pulling a tag failed.
This commit is contained in:
parent
f945537a8a
commit
c61d041aca
@ -354,6 +354,9 @@ gst_flv_demux_pull_tag (GstPad * pad, GstFLVDemux * demux)
|
||||
|
||||
gst_buffer_unref (buffer);
|
||||
|
||||
if (G_UNLIKELY (ret != GST_FLOW_OK))
|
||||
goto beach;
|
||||
|
||||
/* Jump over tag type + size */
|
||||
demux->offset += FLV_TAG_TYPE_SIZE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user