From 7e33919d250d788dd203d4bbe8421acf531dc494 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 21 Jan 2008 07:22:47 +0000 Subject: 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. --- ChangeLog | 5 +++++ common | 2 +- gst/h264parse/gsth264parse.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 293a7e5b..5a94ccae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-21 Stefan Kost + + * gst/h264parse/gsth264parse.c: + Fix the build. GST_TIME_ARGS takes a timestamp not a buffer. + 2008-01-20 Sebastian Dröge Patch by: Wouter Cloetens diff --git a/common b/common index b6bd1a35..662f544d 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit b6bd1a35b641237d016496039e474dee4230de76 +Subproject commit 662f544d56a6d6ef20b8ea5f56e975f9e139bc78 diff --git a/gst/h264parse/gsth264parse.c b/gst/h264parse/gsth264parse.c index 1dc354ec..241c4fd1 100644 --- a/gst/h264parse/gsth264parse.c +++ b/gst/h264parse/gsth264parse.c @@ -520,7 +520,7 @@ gst_h264_parse_queue_buffer (GstH264Parse * parse, GstBuffer * buffer) GST_DEBUG_OBJECT (parse, "analyse buffer of size %u, timestamp %" GST_TIME_FORMAT, size, - GST_TIME_ARGS (buffer)); + GST_TIME_ARGS (timestamp)); /* now parse all the NAL units in this buffer, for bytestream we only have one * NAL unit but for packetized streams we can have multiple ones */ -- cgit v1.2.1