diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2004-08-19 13:33:45 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2004-08-19 13:33:45 +0000 |
commit | de02c9a928759621afbba814ee4f49d1c8a14a17 (patch) | |
tree | 7ef4c57c4b5af8348eccfe8cc692ec5e8a9f14b5 | |
parent | 5940181dabba6c5c2936518d4c3dc350359ffa40 (diff) | |
download | gst-plugins-bad-de02c9a928759621afbba814ee4f49d1c8a14a17.tar.gz gst-plugins-bad-de02c9a928759621afbba814ee4f49d1c8a14a17.tar.bz2 gst-plugins-bad-de02c9a928759621afbba814ee4f49d1c8a14a17.zip |
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
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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), |