gstreamer/sys/dvb
Tony Houghton a996d2f01a Correct satellite delivery descriptor parsing.
Original code to parse satellite delivery descriptors to generate
"satellite" structures appeared to be copy & pasted from cable's code
without amending for satellite.

Also added 8PSK to dvbsrc's enum for modulation.

https://bugzilla.gnome.org/show_bug.cgi?id=654485

Conflicts:

	gst/mpegdemux/gstmpegdesc.h
	gst/mpegdemux/mpegtspacketizer.c
2012-06-21 11:37:21 +01: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 dvb: Add more debugging to cam support 2012-05-28 16:46:31 +02: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 camapplicationinfo: fix possible array overrun 2011-05-20 13:30:40 +03:00
camapplicationinfo.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camconditionalaccess.c dvb: Add more debugging to cam support 2012-05-28 16:46:31 +02: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 dvb: Fix set-but-unused warnings 2011-07-12 18:15:14 -04:00
camresourcemanager.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camsession.c dvb: Fix set-but-unused warnings 2011-07-12 18:15:14 -04: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 dvb: fix build errors on macosx 2011-01-03 17:12:44 -06:00
camswclient.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
camtransport.c dvb: Add more debugging to cam support 2012-05-28 16:46:31 +02: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 camutils: Fix PMT message construction 2012-05-23 09:40:33 +02: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 dvbbasebin: Emit an error when we fail reading the channels file 2012-06-19 10:54:51 +01:00
dvbbasebin.h Add -Wmissing-declarations -Wmissing-prototypes to configure flags 2010-03-21 21:39:18 +01:00
gstdvb.c gst: Update for GST_PLUGIN_DEFINE() API changes 2012-04-05 18:02:56 +02:00
gstdvbsrc.c Correct satellite delivery descriptor parsing. 2012-06-21 11:37:21 +01:00
gstdvbsrc.h port to new gthread API 2012-01-19 11:34:26 +01:00
Makefile.am Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGS 2010-05-19 18:24:02 -07:00
parsechannels.c dvb: Detect more issues with configuration file 2012-06-19 10:54:58 +01:00
parsechannels.h dvbbasebin: Emit an error when we fail reading the channels file 2012-06-19 10:54:51 +01:00
README README: fix the example pipeline 2011-01-03 18:15:43 +02:00

Gstreamer DVB Source

GstDvbSrc makes it possible to view Digital TV with gstreamer.


Try:

     gst-launch dvbsrc frequency=11954 polarity=h symbol-rate=27500 pids=210:220
         ! mpegtsdemux es-pids=210:220 name=demux ! queue ! mpeg2dec
         ! xvimagesink demux. ! queue ! mad ! audioconvert ! autoaudiosink




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