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

« back to all changes in this revision

Viewing changes to gst/gstquark.h

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
  GST_QUARK_ELEMENT_METADATA_KLASS = 142,
172
172
  GST_QUARK_ELEMENT_METADATA_DESCRIPTION = 143,
173
173
  GST_QUARK_ELEMENT_METADATA_AUTHOR = 144,
174
 
  GST_QUARK_MAX = 145
 
174
  GST_QUARK_TOC = 145,
 
175
  GST_QUARK_TOC_ENTRY = 146,
 
176
  GST_QUARK_UPDATED = 147,
 
177
  GST_QUARK_EXTEND_UID = 148,
 
178
  GST_QUARK_TOC_UID = 149,
 
179
  GST_QUARK_TAGS = 150,
 
180
  GST_QUARK_SUB_ENTRIES = 151,
 
181
  GST_QUARK_INFO = 152,
 
182
  GST_QUARK_INFO_STRUCTURE = 153,
 
183
  GST_QUARK_TIME_STRUCTURE = 154,
 
184
  GST_QUARK_MESSAGE_TAG = 155,
 
185
  GST_QUARK_EVENT_TAG = 156,
 
186
  GST_QUARK_MAX = 157
175
187
} GstQuarkId;
176
188
 
177
189
extern GQuark _priv_gst_quark_table[GST_QUARK_MAX];