mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
codecmap: use new g_value getters
This commit is contained in:
parent
73f2667ff2
commit
7a225ab604
1 changed files with 1 additions and 1 deletions
|
@ -2293,7 +2293,7 @@ gst_ffmpeg_caps_with_codecid (enum CodecID codec_id,
|
|||
guint size;
|
||||
guint8 *data;
|
||||
|
||||
buf = GST_BUFFER_CAST (gst_value_get_mini_object (value));
|
||||
buf = gst_value_get_buffer (value);
|
||||
size = GST_BUFFER_SIZE (buf);
|
||||
data = GST_BUFFER_DATA (buf);
|
||||
|
||||
|
|
Loading…
Reference in a new issue