~ubuntu-branches/ubuntu/precise/gst-plugins-base0.10/precise-updates

« back to all changes in this revision

Viewing changes to ext/gnomevfs/gstgnomevfssrc.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2011-12-12 12:40:13 UTC
  • mfrom: (36.1.15 experimental)
  • Revision ID: package-import@ubuntu.com-20111212124013-onyadfb150d8c5dk
Tags: 0.10.35.2-2
* debian/libgstreamer-plugins-base.install:
  + Add license translations file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  /* uri, file, ... */
59
59
  GnomeVFSURI *uri;
60
60
  gchar *uri_name;
 
61
  GnomeVFSContext *context;
61
62
  GnomeVFSHandle *handle;
62
63
  gboolean own_handle;
 
64
  gboolean interrupted;
63
65
  GnomeVFSFileOffset curoffset; /* current offset in file */
64
66
  gboolean seekable;
65
67