summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJosep Torra Valles <josep@fluendo.com>2006-10-17 14:57:17 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-10-17 14:57:17 +0000
commit43940d6f0f7c696217ec4810f2d28640446c7346 (patch)
treec97a775014732915b3a627a86422b860bdc0045f /ChangeLog
parente688a08de00afbe5a69f28a06c78af4b4dd3f16c (diff)
downloadgst-plugins-bad-43940d6f0f7c696217ec4810f2d28640446c7346.tar.gz
gst-plugins-bad-43940d6f0f7c696217ec4810f2d28640446c7346.tar.bz2
gst-plugins-bad-43940d6f0f7c696217ec4810f2d28640446c7346.zip
gst/qtdemux/qtdemux.c: Make compile with Forte compiler, mostly don't do pointer arithmetic with void pointers (#3626...
Original commit message from CVS: Patch by: Josep Torra Valles <josep at fluendo com> * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event), (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov), (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str), (qtdemux_tag_add_num), (qtdemux_tag_add_date), (qtdemux_tag_add_gnre): Make compile with Forte compiler, mostly don't do pointer arithmetic with void pointers (#362626).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33d01a25..49f66b3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
+
+ Patch by: Josep Torra Valles <josep at fluendo com>
+
+ * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
+ (next_entry_size), (qtdemux_inflate), (qtdemux_parse_moov),
+ (qtdemux_parse_tree), (qtdemux_parse_trak), (qtdemux_tag_add_str),
+ (qtdemux_tag_add_num), (qtdemux_tag_add_date),
+ (qtdemux_tag_add_gnre):
+ Make compile with Forte compiler, mostly don't do pointer arithmetic
+ with void pointers (#362626).
+
2006-10-17 Edgard Lima <edgard.lima@indt.org.br>
* gst/nuvdemux/gstnuvdemux.c: