mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-13 23:22:54 +00:00
omxvideodec: Remove obsolete FIXME comment
This commit is contained in:
parent
3d50c1f99c
commit
11d2e806c2
1 changed files with 0 additions and 4 deletions
|
@ -478,10 +478,6 @@ gst_omx_video_dec_set_format (GstBaseVideoDecoder * decoder,
|
|||
self = GST_OMX_VIDEO_DEC (decoder);
|
||||
klass = GST_OMX_VIDEO_DEC_GET_CLASS (decoder);
|
||||
|
||||
/* FIXME: If called again later, properly set states and reinitialize
|
||||
* only possible in Loaded state or if port is disabled =>
|
||||
* delay if state>loaded into the port-disabled callback */
|
||||
|
||||
gst_omx_port_get_port_definition (self->in_port, &port_def);
|
||||
|
||||
/* Check if the caps change is a real format change or if only irrelevant
|
||||
|
|
Loading…
Reference in a new issue