mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-24 16:18:16 +00:00
remove irrelevant code
Original commit message from CVS: remove irrelevant code
This commit is contained in:
parent
ad1970eae2
commit
f3b34a3e21
1 changed files with 0 additions and 3 deletions
|
@ -64,9 +64,6 @@ main (int argc, char *argv[])
|
||||||
|
|
||||||
pipeline = gst_pipeline_new (NULL);
|
pipeline = gst_pipeline_new (NULL);
|
||||||
|
|
||||||
/* don't hang too long trying to preroll */
|
|
||||||
g_object_set (pipeline, "play-timeout", (gint64) 0.25 * GST_SECOND, NULL);
|
|
||||||
|
|
||||||
source = gst_element_factory_make ("filesrc", "source");
|
source = gst_element_factory_make ("filesrc", "source");
|
||||||
g_assert (GST_IS_ELEMENT (source));
|
g_assert (GST_IS_ELEMENT (source));
|
||||||
typefind = gst_element_factory_make ("typefind", "typefind");
|
typefind = gst_element_factory_make ("typefind", "typefind");
|
||||||
|
|
Loading…
Reference in a new issue