mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ffmpegdec: unref allocation query
This commit is contained in:
parent
0c026bde71
commit
36fe313fbd
1 changed files with 2 additions and 0 deletions
|
@ -1188,6 +1188,8 @@ gst_ffmpegdec_bufferpool (GstFFMpegDec * ffmpegdec, GstCaps * caps)
|
|||
alignment = 15;
|
||||
}
|
||||
|
||||
gst_query_unref (query);
|
||||
|
||||
if (pool == NULL) {
|
||||
/* we did not get a pool, make one ourselves then */
|
||||
pool = gst_buffer_pool_new ();
|
||||
|
|
Loading…
Reference in a new issue