tests/check/elements/decodebin.c: Make sure the pipeline really operates in push mode as it should in this case.

Original commit message from CVS:
* tests/check/elements/decodebin.c: (test_text_plain_streams):
Make sure the pipeline really operates in push mode as it should
in this case.
This commit is contained in:
Tim-Philipp Müller 2007-10-31 17:32:22 +00:00
parent 55a3eaafea
commit b0cf257c79
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/elements/decodebin.c: (test_text_plain_streams):
Make sure the pipeline really operates in push mode as it should
in this case.
2007-10-31 Tim-Philipp Müller <tim at centricular dot net>
* gst-libs/gst/audio/audio.h:

View file

@ -72,6 +72,7 @@ GST_START_TEST (test_text_plain_streams)
g_object_set (src, "signal-handoffs", TRUE, NULL);
g_object_set (src, "num-buffers", 1, NULL);
g_object_set (src, "can-activate-pull", FALSE, NULL);
g_signal_connect (src, "handoff", G_CALLBACK (src_handoff_cb), NULL);
decodebin = gst_element_factory_make ("decodebin", "decodebin");