commit | 51a55bee426ddd03b0b59e35a392748ea7e53f7e | [log] [tgz] |
---|---|---|
author | Song Bing <bing.song@nxp.com> | Wed May 23 14:15:59 2018 -0700 |
committer | Lyon Wang <lyon.wang@nxp.com> | Wed Dec 26 11:23:34 2018 +0800 |
tree | 47148068946af216d9e195f92f1e8516764fcb90 | |
parent | eaa049486ed71f9a10002004deac0649a31ab65a [diff] |
v4l2videodec: needn't unref caps after unref query. https://bugzilla.gnome.org/show_bug.cgi?id=752962 UpStream Status: Pending
diff --git a/sys/v4l2/gstv4l2videodec.c b/sys/v4l2/gstv4l2videodec.c index e7d679d..6f7014e 100644 --- a/sys/v4l2/gstv4l2videodec.c +++ b/sys/v4l2/gstv4l2videodec.c
@@ -267,7 +267,6 @@ GstQuery *query = gst_query_new_allocation (caps, FALSE); gst_pad_peer_query (decoder->srcpad, query); gst_query_unref (query); - gst_caps_unref (caps); } }