mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
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.
This commit is contained in:
parent
3d60a6065b
commit
c87a9fb37a
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
|
||||
We love wrong commas.
|
||||
|
||||
2004-12-08 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
|
||||
|
||||
* gst/matroska/matroska-demux.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",
|
||||
|
|
Loading…
Reference in a new issue