mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-13 19:44:10 +00:00
tests/icles/stress-playbin.c: Fix the build.
Original commit message from CVS: * tests/icles/stress-playbin.c: Fix the build.
This commit is contained in:
parent
4c0e44de0f
commit
19867dfaaf
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-10-30 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/icles/stress-playbin.c:
|
||||
Fix the build.
|
||||
|
||||
2007-10-30 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include <gst/gst.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define TEST_RUNTIME 120.0 /* how long to run the test, in seconds */
|
||||
|
||||
|
|
Loading…
Reference in a new issue