mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
And remove unused variable
This commit is contained in:
parent
0a697e42d1
commit
87494eb949
1 changed files with 0 additions and 1 deletions
|
@ -2068,7 +2068,6 @@ gst_ffmpeg_caps_with_codecid (enum CodecID codec_id,
|
|||
if ((value = gst_structure_get_value (str, "codec_data"))) {
|
||||
guint size;
|
||||
guint8 *data;
|
||||
gboolean free = FALSE;
|
||||
|
||||
buf = GST_BUFFER_CAST (gst_value_get_mini_object (value));
|
||||
size = GST_BUFFER_SIZE (buf);
|
||||
|
|
Loading…
Reference in a new issue