plugins/elements/: Don't reset GstPollFDs, this is not necessary at all.
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 29 Feb 2008 12:05:55 +0000 (12:05 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 29 Feb 2008 12:05:55 +0000 (12:05 +0000)
commitc483eb548942ec98a3f40267d7f8c85521ea8a9e
treea77ef2791db97baa6d6ddadd8d1e3835c7577851
parenta7bc4439234b21c2316565b28fc46808ee7b692f
plugins/elements/: Don't reset GstPollFDs, this is not necessary at all.

Original commit message from CVS:
* plugins/elements/gstfdsink.c: (gst_fd_sink_update_fd):
* plugins/elements/gstfdsrc.c: (gst_fd_src_update_fd):
Don't reset GstPollFDs, this is not necessary at all.
* tests/check/gst/gstpoll.c: (test_poll_wait), (GST_START_TEST),
(delayed_restart), (delayed_control):
Use GST_POLL_FD_INIT.
ChangeLog
plugins/elements/gstfdsink.c
plugins/elements/gstfdsrc.c
tests/check/gst/gstpoll.c