xqtdepay: fix buffer refcount error

After pushing the buffer into the adapter, we should not let the baseclass push
it out anymore. This error was introduced while porting to 0.11.

See https://bugzilla.gnome.org/show_bug.cgi?id=680540
This commit is contained in:
Wim Taymans 2012-07-25 10:08:52 +02:00
parent 242321e376
commit 0cb11943e5

View file

@ -602,6 +602,7 @@ gst_rtp_xqt_depay_process (GstRTPBaseDepayload * depayload, GstBuffer * buf)
gst_buffer_fill (outbuf, 0, payload, payload_len);
gst_adapter_push (rtpxqtdepay->adapter, outbuf);
outbuf = NULL;
if (!m)
goto done;