gstreamer/sys/dvb
Alessandro Decina 50841996be gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified.
Original commit message from CVS:
patch by: Alessandro Decina
* gst/mpegtsparse/mpegtspacketizer.c:
* gst/mpegtsparse/mpegtspacketizer.h:
* gst/mpegtsparse/mpegtsparse.c:
* gst/mpegtsparse/mpegtsparse.h:
pat-info is now a signal not a GObject property that
gets notified.
pat-info, pmt-info now instead of passing a GObject as
a parameter, pass a GstStructure.
New signals: nit-info, sdt-info, eit-info for DVB SI information
* sys/dvb/camconditionalaccess.c:
* sys/dvb/camconditionalaccess.h:
* sys/dvb/camdevice.c:
* sys/dvb/camdevice.h:
* sys/dvb/camswclient.c:
* sys/dvb/camswclient.h:
* sys/dvb/camutils.c:
* sys/dvb/camutils.h:
Cam code now uses the pmt GstStructure passed from mpegtsparse
signals rather than the GObject.
* sys/dvb/dvbbasebin.c:
Use new signals in mpegtsparse and use GstStructures as per
mpegtsparse's modified API.
2007-11-23 17:53:37 +00:00
..
AUTHORS Initial import of dvbsrc. 2006-10-10 15:05:32 +00:00
cam.c sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
cam.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00: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 sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camapplicationinfo.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camconditionalaccess.c gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camconditionalaccess.h gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camdevice.c gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camdevice.h gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camresourcemanager.c sys/dvb/: Fix some warnings. 2007-10-17 10:33:43 +00:00
camresourcemanager.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
camsession.c sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00: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 gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camswclient.h gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
camtransport.c sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00: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 gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +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 gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. 2007-11-23 17:53:37 +00:00
dvbbasebin.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00: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 sys/dvb/gstdvbsrc.c: Actually use the code-rate-hp parameter for DVB-S. 2007-10-23 13:08:26 +00:00
gstdvbsrc.h sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +00:00
Makefile.am sys/dvb/: Integrate SoC work done by Alessandro for the Freevo project. 2007-10-16 17:38:05 +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