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

« back to all changes in this revision

Viewing changes to gst/gstparse.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-08-08 18:12:33 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120808181233-riejwxprfsxh1njl
Tags: 0.11.93-1
* New upstream release:
  + debian/libgstreamer.symbols:
    - Update symbols file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
 *      in some cases)
67
67
 *
68
68
 * Parsing options.
69
 
 *
70
 
 * Since: 0.10.20
71
69
 */
72
70
typedef enum
73
71
{
81
79
 * GstParseContext:
82
80
 *
83
81
 * Opaque structure.
84
 
 *
85
 
 * Since: 0.10.20
86
82
 */
87
83
typedef struct _GstParseContext GstParseContext;
88
84