mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
applemedia: vtdec: remove obsolete FIXME
This commit is contained in:
parent
bbdb22efba
commit
89b6c296ad
1 changed files with 0 additions and 3 deletions
|
@ -794,9 +794,6 @@ gst_vtdec_push_frames_if_needed (GstVtdec * vtdec, gboolean drain,
|
||||||
GstFlowReturn ret = GST_FLOW_OK;
|
GstFlowReturn ret = GST_FLOW_OK;
|
||||||
GstVideoDecoder *decoder = GST_VIDEO_DECODER (vtdec);
|
GstVideoDecoder *decoder = GST_VIDEO_DECODER (vtdec);
|
||||||
|
|
||||||
/* FIXME: Instead of this, implement GstVideoDecoder::negotiate() and
|
|
||||||
* just call gst_video_decoder_negotiate()
|
|
||||||
*/
|
|
||||||
/* negotiate now so that we know whether we need to use the GL upload meta or
|
/* negotiate now so that we know whether we need to use the GL upload meta or
|
||||||
* not */
|
* not */
|
||||||
if (gst_pad_check_reconfigure (decoder->srcpad)) {
|
if (gst_pad_check_reconfigure (decoder->srcpad)) {
|
||||||
|
|
Loading…
Reference in a new issue