Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

API Details: TR69 Host Interface Handler

gst-plugins-

...

qamtunersrc is a push based gstreamer source plugin which tunes to the given service and provides the SPTS data.

  • Manages tuner and demux
  • Filters PIDs required for SPTS
  • Output SPTS as gstreamer buffer

Properties:

  1. modulation:
  2. frequency : frequency to tune in KHZ.
  3. Tunerid : Tuner Handle

Depends on platform specific libraries for tune, filtering, and pod functionalities

...

soc /playersinkbin

Playersinkbin is a gstreamer bin element consisting of demux, decoder and sink elements. A template file gstplayersinkbin.c.template and gstplayersinkbin.h.template are provided as a reference for SoC implementation. SoC has to add details of platform specific plugins and implement the required properties expected out of them.

...