mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
ok, this works
Original commit message from CVS: ok, this works
This commit is contained in:
parent
61281d0117
commit
57d3fd0a4c
1 changed files with 4 additions and 0 deletions
|
@ -47,6 +47,10 @@ main (int argc, char *argv[])
|
|||
gst_pad_connect (gst_element_get_pad (src, "src"),
|
||||
gst_element_get_pad (tee, "sink"));
|
||||
|
||||
/* set up fakesrc */
|
||||
g_object_set (G_OBJECT (src), "filltype", 3, NULL);
|
||||
g_object_set (G_OBJECT (src), "sizetype", 3, NULL);
|
||||
|
||||
/* set caps on fakesrc */
|
||||
caps = GST_CAPS_NEW (
|
||||
"input audio",
|
||||
|
|
Loading…
Reference in a new issue