mpegtsmux: Fix 64-bit printf format problem
This commit is contained in:
parent
b98924208b
commit
4a8ba50cb2
@ -847,7 +847,7 @@ new_packet_m2ts (MpegTsMux * mux, guint8 * data, guint len, gint64 new_pcr)
|
|||||||
{
|
{
|
||||||
GstBuffer *buf, *out_buf;
|
GstBuffer *buf, *out_buf;
|
||||||
GstFlowReturn ret;
|
GstFlowReturn ret;
|
||||||
guint64 chunk_bytes;
|
int chunk_bytes;
|
||||||
|
|
||||||
GST_LOG_OBJECT (mux, "Have buffer with new_pcr=%" G_GINT64_FORMAT " size %d",
|
GST_LOG_OBJECT (mux, "Have buffer with new_pcr=%" G_GINT64_FORMAT " size %d",
|
||||||
new_pcr, len);
|
new_pcr, len);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user