mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
amcvideodec: Unref downstream caps after usage
https://bugzilla.gnome.org/show_bug.cgi?id=782771
This commit is contained in:
parent
80d66dfec8
commit
732012a78e
1 changed files with 2 additions and 0 deletions
|
@ -1969,6 +1969,8 @@ gst_amc_video_dec_set_format (GstVideoDecoder * decoder,
|
|||
gst_video_codec_state_unref (prev_output_state);
|
||||
}
|
||||
}
|
||||
|
||||
gst_caps_unref (downstream_caps);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue