summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2008-04-30 12:18:41 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-04-30 12:18:41 +0000
commit64baa0a0c6d898e8852e6c9d8be7278fafbbb1cb (patch)
treef4c7d2246a3eddab4ee31d32f84082ee4a9186e5 /ChangeLog
parente483f6c651ad2ba618636d751716fba155400c99 (diff)
Use new error code for encrypted streams (which requires core CVS).
Original commit message from CVS: * configure.ac: * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): Use new error code for encrypted streams (which requires core CVS).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca04301b..9902fdab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
+ * configure.ac:
+ * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
+ Use new error code for encrypted streams (which requires core CVS).
+
+2008-04-30 Tim-Philipp Müller <tim.muller at collabora co uk>
+
* gst/qtdemux/qtdemux.c: (gst_qtdemux_videosrc_template),
(gst_qtdemux_audiosrc_template):
Fix swapped pad template names, spotted by Thiago Sousa Santos.