using basic-tutorial-7 for dvbsrc does not work
vandanachadha
vandanachadha at yahoo.com
Tue Mar 17 15:57:24 UTC 2020
I have to read from a tv tuner card using dvbsrc. Hence in
basic-tutorial-3.c, instead of this:
data.source = gst_element_factory_make ("uridecodebin", "source");
I have used:
data.source = gst_element_factory_make ("dvbsrc", "source");
/* Set the tv tuner channel to play */
g_object_set (data.source, "frequency",147000000, NULL);
g_object_set (data.source, "tune","147.00MHz#11", NULL);
But am getting this error:
Unable to set the pipeline to the playing state.
Any suggestions?
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list