mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gst/asfdemux/gstasfdemux.c: Printf format fix.
Original commit message from CVS: * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_header_ext): Printf format fix.
This commit is contained in:
parent
3df27a11f2
commit
620f5606ba
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-03-10 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_header_ext):
|
||||
Printf format fix.
|
||||
|
||||
2007-03-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
Patch by: Zaheer Abbas Merali <zaheermerali at gmail com>
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 9a56e28fc15440eb6852411321c46312e1d1bb73
|
||||
Subproject commit dec151d15512e4cca2dcdd36d9c6c4a2185760ec
|
|
@ -1646,7 +1646,7 @@ gst_asf_demux_process_header_ext (GstASFDemux * demux, guint8 * data,
|
|||
gst_asf_demux_skip_bytes (16 + 2, &data, &size);
|
||||
hdr_size = gst_asf_demux_get_uint32 (&data, &size);
|
||||
|
||||
GST_INFO ("object is an extended header with a size of %u bytes", size);
|
||||
GST_INFO ("extended header object with a size of %u bytes", (guint) size);
|
||||
|
||||
/* FIXME: does data_size include the rest of the header that we have read? */
|
||||
if (hdr_size > size)
|
||||
|
|
Loading…
Reference in a new issue