mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-09-03 02:33:53 +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,
|
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…
Reference in a new issue