mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:06:17 +00:00
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:
parent
f259053d94
commit
ae6f56a20d
2 changed files with 7 additions and 0 deletions
|
@ -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),
|
||||||
|
|
|
@ -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;
|
||||||
* }
|
* }
|
||||||
* ...
|
* ...
|
||||||
|
|
Loading…
Reference in a new issue