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

« back to all changes in this revision

Viewing changes to gst/gstmessage.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-12-19 10:25:15 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121219102515-3ja8ijopdr4hupsi
Tags: 1.0.4-1
New upstream bugfix release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
  {GST_MESSAGE_QOS, "qos", 0},
106
106
  {GST_MESSAGE_PROGRESS, "progress", 0},
107
107
  {GST_MESSAGE_TOC, "toc", 0},
 
108
  {GST_MESSAGE_RESET_TIME, "reset-time", 0},
108
109
  {GST_MESSAGE_STREAM_START, "stream-start", 0},
109
110
  {0, NULL, 0}
110
111
};