diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-25 12:48:40 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-01-25 12:48:40 +0000 |
commit | 065297062c29ed367ed31c2769826ba0c21bbead (patch) | |
tree | c847156b3cdecb20925d311532ae275223c3dfac /ChangeLog | |
parent | df581d423f726462e113246d349ec126f25ee512 (diff) | |
download | gst-plugins-bad-065297062c29ed367ed31c2769826ba0c21bbead.tar.gz gst-plugins-bad-065297062c29ed367ed31c2769826ba0c21bbead.tar.bz2 gst-plugins-bad-065297062c29ed367ed31c2769826ba0c21bbead.zip |
sys/dvb/gstdvbsrc.c: Post bus message about adapter type and it's capabilities, when opening the frontend.
Original commit message from CVS:
* sys/dvb/gstdvbsrc.c:
Post bus message about adapter type and it's capabilities,
when opening the frontend.
After failing to read from the dvr, post a bus message to
inform the app.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-01-25 Zaheer Abbas Merali <zaheerabbas at merali dot org> + * sys/dvb/gstdvbsrc.c: + Post bus message about adapter type and it's capabilities, + when opening the frontend. + After failing to read from the dvr, post a bus message to + inform the app. + +2008-01-25 Zaheer Abbas Merali <zaheerabbas at merali dot org> + * gst/mpegtsparse/mpegtspacketizer.c: The logic for the guard interval calculation was totally wrong. Fixed. |