mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
audiotestsrc is not part of core, fakesrc is
Original commit message from CVS: audiotestsrc is not part of core, fakesrc is
This commit is contained in:
parent
abfedeb4b8
commit
6be1935ae0
1 changed files with 2 additions and 2 deletions
|
@ -347,9 +347,9 @@ main (int argc,
|
||||||
gst_init (&argc, &argv);
|
gst_init (&argc, &argv);
|
||||||
|
|
||||||
/* get factory */
|
/* get factory */
|
||||||
factory = gst_element_factory_find ("audiotestsrc");
|
factory = gst_element_factory_find ("fakesrc");
|
||||||
if (!factory) {
|
if (!factory) {
|
||||||
g_print ("You don't have the 'audiotestsrc' element installed!\n");
|
g_print ("You don't have the 'fakesrc' element installed!\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue