gstcaps: New gst_caps_steal_structure() method
authorEdward Hervey <bilboed@bilboed.com>
Mon, 14 Jun 2010 09:39:40 +0000 (11:39 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 14 Jun 2010 11:16:18 +0000 (13:16 +0200)
commit32adac81ee129bf90f3d9ee91b71ccc8c7ec649b
tree9ca8d33e9e77586a76c8eee6c3bddf631ffabb6c
parent70bb4eec8bc0c555fdc2593835cffee281de2332
gstcaps: New gst_caps_steal_structure() method

This allows removing structures from caps without them being freed. Helpful when
plugins need to move around structures without having to do an expensive structure
copy.

API:gst_caps_steal_structure

https://bugzilla.gnome.org/show_bug.cgi?id=621527
docs/gst/gstreamer-sections.txt
gst/gstcaps.c
gst/gstcaps.h
win32/common/libgstreamer.def