gst-libs/gst/interfaces/xoverlay.c: Unref message in doc-example (spotted by Robert McQueen)

Original commit message from CVS:
* gst-libs/gst/interfaces/xoverlay.c:
Unref message in doc-example (spotted by Robert McQueen)
This commit is contained in:
Stefan Kost 2006-10-06 19:20:53 +00:00
parent f259053d94
commit ae6f56a20d
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2006-10-06 Stefan Kost <ensonic@users.sf.net>
* gst-libs/gst/interfaces/xoverlay.c:
Unref message in doc-example (spotted by Robert McQueen)
2006-10-06 Wim Taymans <wim@fluendo.com> 2006-10-06 Wim Taymans <wim@fluendo.com>
* gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset), * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),

View file

@ -82,6 +82,8 @@
* gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)), * gst_x_overlay_set_xwindow_id (GST_X_OVERLAY (GST_MESSAGE_SRC (message)),
* win); * win);
* *
* gst_message_unref (message);
*
* return GST_BUS_DROP; * return GST_BUS_DROP;
* } * }
* ... * ...