From c87a9fb37a0d674fbddd88890bfe49d551a3aaac Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Wed, 8 Dec 2004 22:20:25 +0000 Subject: [PATCH] ext/ogg/gstogmparse.c: We love wrong commas. Original commit message from CVS: * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain): We love wrong commas. --- ChangeLog | 5 +++++ ext/ogg/gstogmparse.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1859ae36d3..4bfdd90e10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-08 Ronald S. Bultje + + * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain): + We love wrong commas. + 2004-12-08 Ronald S. Bultje * gst/matroska/matroska-demux.c: diff --git a/ext/ogg/gstogmparse.c b/ext/ogg/gstogmparse.c index 19c3cae8eb..8badf66d3c 100644 --- a/ext/ogg/gstogmparse.c +++ b/ext/ogg/gstogmparse.c @@ -432,7 +432,7 @@ gst_ogm_parse_chain (GstPad * pad, GstData * dat) fcc = GST_MAKE_FOURCC (ogm->hdr.subtype[0], ogm->hdr.subtype[1], ogm->hdr.subtype[2], ogm->hdr.subtype[3]); - GST_LOG_OBJECT (ogm, "Type: %s, subtype: %" GST_FOURCC_FORMAT + GST_LOG_OBJECT (ogm, "Type: %s, subtype: " GST_FOURCC_FORMAT ", size: %dx%d, timeunit: %" G_GINT64_FORMAT " (fps: %lf), s/u: %" G_GINT64_FORMAT ", " "def.len: %d, bufsize: %d, bps: %d",