~ubuntu-branches/ubuntu/saucy/gstreamer0.10/saucy

« back to all changes in this revision

Viewing changes to plugins/elements/gstfdsrc.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-02-06 09:21:14 UTC
  • mfrom: (32.1.17 experimental)
  • Revision ID: package-import@ubuntu.com-20120206092114-oxvcwsaup3kmr6qf
Tags: 0.10.35.3-1
New upstream pre-release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
634
634
  gchar *protocol, *q;
635
635
  GstFdSrc *src = GST_FD_SRC (handler);
636
636
  gint fd;
637
 
  guint64 size = -1;
 
637
  guint64 size = (guint64) - 1;
638
638
 
639
639
  GST_INFO_OBJECT (src, "checking uri %s", uri);
640
640