gst/gstpad.c: emit have-data before checking for peers. This allows for probe handle...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 5 Oct 2005 16:16:58 +0000 (16:16 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 5 Oct 2005 16:16:58 +0000 (16:16 +0000)
commit06c7f2231b7681246c0e3f40a00d817a1811aa93
tree52c2a1ba48532bcf27419f8d90fc8fd0c0393989
parent593cdc30dd708190f86e85109e030ee73d6348ff
gst/gstpad.c: emit have-data before checking for peers.  This allows for probe handlers to connect elements.  This he...

Original commit message from CVS:
* gst/gstpad.c: (gst_pad_push), (gst_pad_push_event):
emit have-data before checking for peers.  This allows
for probe handlers to connect elements.  This helps autopluggers.
* check/gst/gstpad.c: (GST_START_TEST), (_probe_handler),
(gst_pad_suite):
add six checks, linked/unlinked with no/true/false probe
ChangeLog
check/gst/gstpad.c
gst/gstpad.c
tests/check/gst/gstpad.c