summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorZaheer Abbas Merali <zaheerabbas@merali.org>2008-01-25 12:48:40 +0000
committerZaheer Abbas Merali <zaheerabbas@merali.org>2008-01-25 12:48:40 +0000
commit065297062c29ed367ed31c2769826ba0c21bbead (patch)
treec847156b3cdecb20925d311532ae275223c3dfac /ChangeLog
parentdf581d423f726462e113246d349ec126f25ee512 (diff)
downloadgst-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e5a1427e..28ce804b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.