mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
Add important FIXME
This commit is contained in:
parent
1e73da2941
commit
e9dcb1b329
1 changed files with 1 additions and 0 deletions
|
@ -981,6 +981,7 @@ gst_amc_video_dec_set_format (GstVideoDecoder * decoder,
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: This buffer needs to be valid until the codec is stopped again */
|
||||||
if (self->codec_data)
|
if (self->codec_data)
|
||||||
gst_amc_format_set_buffer (format, "csd-0", self->codec_data);
|
gst_amc_format_set_buffer (format, "csd-0", self->codec_data);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue