summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-01-21 07:22:47 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-01-21 07:22:47 +0000
commit7e33919d250d788dd203d4bbe8421acf531dc494 (patch)
treea752cae8767a9408502bf63dfc5b3329947c3784 /ChangeLog
parente1e93d1510fb802851bfcd43c2ed4f04a3c6bffe (diff)
downloadgst-plugins-bad-7e33919d250d788dd203d4bbe8421acf531dc494.tar.gz
gst-plugins-bad-7e33919d250d788dd203d4bbe8421acf531dc494.tar.bz2
gst-plugins-bad-7e33919d250d788dd203d4bbe8421acf531dc494.zip
gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
Original commit message from CVS: * gst/h264parse/gsth264parse.c: Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 293a7e5b..5a94ccae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-21 Stefan Kost <ensonic@users.sf.net>
+
+ * gst/h264parse/gsth264parse.c:
+ Fix the build. GST_TIME_ARGS takes a timestamp not a buffer.
+
2008-01-20 Sebastian Dröge <slomo@circular-chaos.org>
Patch by: Wouter Cloetens <wouter at mind dot be>