diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2006-07-13 14:38:15 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2006-07-13 14:38:15 +0000 |
commit | 435fd24556fe72142c6662e77e165dca8155af51 (patch) | |
tree | 8dc787cd7ac634d9da524ec94c86e64e6b38e986 /common | |
parent | 31ce9d42b04c44faba909da38f77c5ca259f3b87 (diff) | |
download | gstreamer-plugins-base-435fd24556fe72142c6662e77e165dca8155af51.tar.gz |
gst/playback/gstdecodebin.c: Fix a caps leak when linking (#347304)
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (find_compatibles):
Fix a caps leak when linking (#347304)
* sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
(gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
(gst_ximagesink_change_state):
* sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
(gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
(gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
(gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
Don't leak shared memory resources. Use the object lock to protect
against the xcontext disappearing while returning a buffer from the
pipeline. (#347304)
Diffstat (limited to 'common')
m--------- | common | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/common b/common -Subproject dd173e2720ac21e4a47c97705d7ff32271a0ee6 +Subproject 53ecdc0c97a2992e5abeddd41d514bc142401e5 |