summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2004-08-19 13:33:46 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2004-08-19 13:33:46 +0000
commit7c336e85adfe67fbfcfb8a22b730e669beb28dfa (patch)
tree1ae4bfa3479148b0bf186a7b70ac86b8c03e960e /ChangeLog
parent5de70d8e4b5f320675431a952d7b3df799701ed2 (diff)
gst/udp/gstudpsrc.*: Don't call gst_pad_push in a get function. Fixes #150449
Original commit message from CVS: * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get): * gst/udp/gstudpsrc.h: Don't call gst_pad_push in a get function. Fixes #150449
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c1c7a5a2..c0b536bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-19 Jan Schmidt <thaytan@mad.scientist.com>
+ * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
+ * gst/udp/gstudpsrc.h:
+ Don't call gst_pad_push in a get function. Fixes #150449
+
2004-08-18 Wim Taymans <wim@fluendo.com>
* gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),