applemedia: vtdec: remove obsolete FIXME
authorAlessandro Decina <alessandro.d@gmail.com>
Wed, 16 Dec 2015 04:20:30 +0000 (15:20 +1100)
committerAlessandro Decina <alessandro.d@gmail.com>
Wed, 16 Dec 2015 06:03:04 +0000 (17:03 +1100)
sys/applemedia/vtdec.c

index 0e08367..2ce08d9 100644 (file)
@@ -794,9 +794,6 @@ gst_vtdec_push_frames_if_needed (GstVtdec * vtdec, gboolean drain,
   GstFlowReturn ret = GST_FLOW_OK;
   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
    * not */
   if (gst_pad_check_reconfigure (decoder->srcpad)) {