gstreamer/sys/dvb
David Schleef c3d4977761 Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS
Move include directives for gst-libs into GST_PLUGINS_BAD_CFLAGS,
and fix all the Makefiles that use it.  This is so that all the
include directories are added in the proper order: first the
directories in srcdir/builddir, then gst-plugins-base dirs, then
gstreamer dirs.  If the order is wrong, installed headers may be
used instead of local headers and/or uninstalled headers from -base.
2010-05-19 18:24:02 -07:00
..
AUTHORS Initial import of dvbsrc. 2006-10-10 15:05:32 +00:00
cam.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
cam.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camapplication.c sys/dvb/: Fix some warnings. 2007-10-17 10:33:43 +00:00
camapplication.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camapplicationinfo.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camapplicationinfo.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camconditionalaccess.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camconditionalaccess.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camdevice.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camdevice.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camresourcemanager.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camresourcemanager.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camsession.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camsession.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camswclient.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camswclient.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camtransport.c Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camtransport.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camutils.c sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only added to help debug the data corruption. 2008-02-27 23:29:44 +00:00
camutils.h gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
dvbbasebin.c Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
dvbbasebin.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
gstdvb.c sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
gstdvbsrc.c dvbsrc: Actually compare the state and not the state change return from _get_state() 2010-04-15 21:35:15 +02:00
gstdvbsrc.h dvbsrc: fix element shutdown on bad reception 2010-01-27 12:10:32 +01:00
Makefile.am Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
parsechannels.c Add -Wwrite-strings 2010-03-22 13:16:33 +01:00
parsechannels.h sys/dvb/: Add URI Handler for dvb. 2008-02-08 18:22:08 +00:00
README Initial import of dvbsrc. 2006-10-10 15:05:32 +00:00

Gstreamer DVB Source

GstDvbSrc makes it possible to view Digital TV with gstreamer.


Try:

     gst-launch dvbsrc freq=11954 pol=h srate=27500 pids=210:220
           ! flutsdemux es-pids=210:220 name=demux !  queue ! mpeg2dec ! 
	     xvimagesink }
           demux. ! queue ! mad ! osssink



to view the German 3Sat telestation from the Astra 1 19.2E satellite.

DVB-C is untested, feedback is welcomed.

gstdvbtv is not yet ported to 0.10