mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
remove accidentally commited hack
Original commit message from CVS: remove accidentally commited hack
This commit is contained in:
parent
d7ce1d37b5
commit
ec83de8d48
1 changed files with 0 additions and 3 deletions
|
@ -1280,13 +1280,10 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer)
|
|||
MIN (MAD_BUFFER_MDLEN, MIN (size,
|
||||
MAD_BUFFER_MDLEN * 3 - mad->tempsize));
|
||||
if (tocopy == 0) {
|
||||
#if 0
|
||||
GST_ELEMENT_ERROR (mad, STREAM, DECODE, (NULL),
|
||||
("mad claims to need more data than %u bytes, we don't have that much",
|
||||
MAD_BUFFER_MDLEN * 3));
|
||||
result = GST_FLOW_ERROR;
|
||||
#endif
|
||||
result = GST_FLOW_OK;
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue