summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2005-10-26 10:38:18 +0000
committerJulien Moutte <julien@moutte.net>2005-10-26 10:38:18 +0000
commitcaa4645ae9a653305f030b8fc70a4903512c6b85 (patch)
treefa36faad7754f8e0ccdfc88e25442296f2bde4fd /ChangeLog
parent60f30e3083fb6434808890fe68ffe906c5c12667 (diff)
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 <julien@moutte.net> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9da7c90b..4e39b4f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-10-26 Julien MOUTTE <julien@moutte.net>
+
+ * 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 <thomas at apestaart dot org>
* gst/rtp/gstrtpgsmenc.c: