~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to libs/gst/net/gstnetclientclock.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-09-14 09:04:41 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120914090441-1ul912ezvm3xfael
Tags: 0.11.94-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.
  + debian/control.in:
    - Build-depend on gtk-doc >= 1.12.
  + debian/patches/0001-netclientclock-simplify-by-using-g_socket_condition_.patch:
    - Dropped, merged upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
      socket_timeout = (expiration_time - now) / GST_USECOND;
274
274
    }
275
275
 
276
 
    GST_TRACE_OBJECT (self, "time out in %d microsecs please", socket_timeout);
 
276
    GST_TRACE_OBJECT (self, "timeout: %" G_GINT64_FORMAT "us", socket_timeout);
277
277
 
278
278
    if (!g_socket_condition_timed_wait (socket, G_IO_IN, socket_timeout,
279
279
            self->priv->cancel, &err)) {