~ubuntu-branches/ubuntu/saucy/x264/saucy-updates

« back to all changes in this revision

Viewing changes to gtk/x264_gtk_encode_encode.c

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-01-17 22:00:05 UTC
  • mto: (12.1.1 sid) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20070117220005-4cesfv31lq3inbdp
Tags: upstream-0.cvs20070117
ImportĀ upstreamĀ versionĀ 0.cvs20070117

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
                                                 sizeof (X264_Pipe_Data),
141
141
                                                 &size, NULL);
142
142
              if (status != G_IO_STATUS_NORMAL) {
143
 
                g_print (_("Error ! %d %d %d\n"), status, sizeof (X264_Pipe_Data), size);
 
143
                g_print (_("Error ! %d %d %d\n"), status, (int)sizeof (X264_Pipe_Data), (int)size);
144
144
              }
145
145
              else {
146
146
                /* we force the GIOChannel to write to the pipeline */