From caa4645ae9a653305f030b8fc70a4903512c6b85 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Wed, 26 Oct 2005 10:38:18 +0000 Subject: gst/videomixer/videomixer.c: Use gst_pad_get_parent and drop the ref that was added through that call. Original commit message from CVS: 2005-10-26 Julien MOUTTE * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property), (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps): Use gst_pad_get_parent and drop the ref that was added through that call. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9da7c90b..4e39b4f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-10-26 Julien MOUTTE + + * gst/videomixer/videomixer.c: (gst_videomixer_pad_set_property), + (gst_videomixer_pad_sink_setcaps), (gst_videomixer_getcaps): + Use gst_pad_get_parent and drop the ref that was added through + that call. + 2005-10-26 Thomas Vander Stichele * gst/rtp/gstrtpgsmenc.c: -- cgit