From ca6a88a8fc7d5917dcf04a689dcce562532a32fd Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 25 Jan 2007 12:05:11 +0000 Subject: gst/: Use proper print statements. Original commit message from CVS: * gst/multifile/gstmultifilesink.c: (gst_multi_file_sink_class_init): * gst/multifile/gstmultifilesrc.c: (gst_multi_file_src_class_init): * gst/mve/gstmvedemux.c: (gst_mve_video_create_buffer), (gst_mve_video_palette), (gst_mve_video_code_map), (gst_mve_audio_init), (gst_mve_audio_data), (gst_mve_timer_create), (gst_mve_demux_chain): * gst/mve/gstmvemux.c: (gst_mve_mux_push_chunk): * gst/mve/mveaudioenc.c: (mve_compress_audio): * gst/mve/mvevideodec16.c: (ipvideo_copy_block): * gst/mve/mvevideodec8.c: (ipvideo_copy_block): * gst/mve/mvevideoenc16.c: (mve_encode_frame16): * gst/mve/mvevideoenc8.c: (mve_encode_frame8): Use proper print statements. Fixes build on mac os x. oo look at me my name is edward i'm hacking on macos wooo --- gst/mve/mvevideodec8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/mve/mvevideodec8.c') diff --git a/gst/mve/mvevideodec8.c b/gst/mve/mvevideodec8.c index 73e9172f..687cf615 100644 --- a/gst/mve/mvevideodec8.c +++ b/gst/mve/mvevideodec8.c @@ -48,7 +48,7 @@ ipvideo_copy_block (const GstMveDemuxStream * s, unsigned char *frame, GST_ERROR ("frame offset < 0 (%ld)", frame_offset); return -1; } else if (G_UNLIKELY (frame_offset > s->max_block_offset)) { - GST_ERROR ("frame offset above limit (%ld > %ld)", + GST_ERROR ("frame offset above limit (%ld > %u)", frame_offset, s->max_block_offset); return -1; } -- cgit v1.2.1