remove accidentally commited hack
Original commit message from CVS: remove accidentally commited hack
This commit is contained in:
parent
d7ce1d37b5
commit
ec83de8d48
@ -1280,13 +1280,10 @@ gst_mad_chain (GstPad * pad, GstBuffer * buffer)
|
|||||||
MIN (MAD_BUFFER_MDLEN, MIN (size,
|
MIN (MAD_BUFFER_MDLEN, MIN (size,
|
||||||
MAD_BUFFER_MDLEN * 3 - mad->tempsize));
|
MAD_BUFFER_MDLEN * 3 - mad->tempsize));
|
||||||
if (tocopy == 0) {
|
if (tocopy == 0) {
|
||||||
#if 0
|
|
||||||
GST_ELEMENT_ERROR (mad, STREAM, DECODE, (NULL),
|
GST_ELEMENT_ERROR (mad, STREAM, DECODE, (NULL),
|
||||||
("mad claims to need more data than %u bytes, we don't have that much",
|
("mad claims to need more data than %u bytes, we don't have that much",
|
||||||
MAD_BUFFER_MDLEN * 3));
|
MAD_BUFFER_MDLEN * 3));
|
||||||
result = GST_FLOW_ERROR;
|
result = GST_FLOW_ERROR;
|
||||||
#endif
|
|
||||||
result = GST_FLOW_OK;
|
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user