diff options
author | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-27 23:29:44 +0000 |
---|---|---|
committer | Zaheer Abbas Merali <zaheerabbas@merali.org> | 2008-02-27 23:29:44 +0000 |
commit | 3bba6b5f9476c9e07f97ea236b55fd195d3d504c (patch) | |
tree | 77cdee915685da1cfa8348aacb655cbe421a180d /ChangeLog | |
parent | 1507ada865aa5533aaf41df6f91357709004be01 (diff) | |
download | gst-plugins-bad-3bba6b5f9476c9e07f97ea236b55fd195d3d504c.tar.gz gst-plugins-bad-3bba6b5f9476c9e07f97ea236b55fd195d3d504c.tar.bz2 gst-plugins-bad-3bba6b5f9476c9e07f97ea236b55fd195d3d504c.zip |
sys/dvb/camutils.c: Remove the G_VALUE_HOLDS_BOXED checks. They were only added to help debug the data corruption.
Original commit message from CVS:
* sys/dvb/camutils.c:
Remove the G_VALUE_HOLDS_BOXED checks. They were
only added to help debug the data corruption.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,8 +1,14 @@ 2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> * sys/dvb/camutils.c: + Remove the G_VALUE_HOLDS_BOXED checks. They were + only added to help debug the data corruption. + +2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> + + * sys/dvb/camutils.c: Don't free the program descriptors, this structure - containing them is stills tored after. + containing them is still stored after. Fixes data corruption. 2008-02-27 Zaheer Abbas Merali <zaheerabbas at merali dot org> |