mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
d3dvideosink: leak on caps string
https://bugzilla.gnome.org/show_bug.cgi?id=768146
This commit is contained in:
parent
276dd2750f
commit
93191c92f1
1 changed files with 1 additions and 3 deletions
|
@ -281,9 +281,7 @@ gst_d3dvideosink_set_caps (GstBaseSink * bsink, GstCaps * caps)
|
|||
GstBufferPool *newfbpool, *oldfbpool;
|
||||
GstStructure *config;
|
||||
|
||||
GST_DEBUG_OBJECT (bsink, " ");
|
||||
|
||||
GST_DEBUG_OBJECT (bsink, "Caps: %s", (tmp = gst_caps_to_string (caps)));
|
||||
GST_DEBUG_OBJECT (bsink, "Caps: %" GST_PTR_FORMAT, caps);
|
||||
sink = GST_D3DVIDEOSINK (bsink);
|
||||
|
||||
sink_caps = d3d_supported_caps (sink);
|
||||
|
|
Loading…
Reference in a new issue