X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstquark.c;h=e42e5d034a97139bc88492168de7474cd5ff8544;hb=dac5966da6a0f53d0443dfa1ac239289028c415d;hp=26b3f16d6b86857609a7e278cb98e4f5a85dd424;hpb=c9a403780528f4fad5ec41aff32616a4c3e32d7e;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstquark.c b/gst/gstquark.c index 26b3f16..e42e5d0 100644 --- a/gst/gstquark.c +++ b/gst/gstquark.c @@ -16,12 +16,13 @@ * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. */ #include "gst_private.h" #include "gstquark.h" +#include "gstelementmetadata.h" /* These strings must match order and number declared in the GstQuarkId * enum in gstquark.h! */ @@ -40,9 +41,10 @@ static const gchar *_quark_strings[] = { "latency", "uri", "object", "taglist", "GstEventSegment", "GstEventBufferSize", "GstEventQOS", "GstEventSeek", "GstEventLatency", "GstMessageError", "GstMessageWarning", "GstMessageInfo", - "GstMessageBuffering", "GstMessageState", "GstMessageClockProvide", + "GstMessageBuffering", "GstMessageStateChanged", "GstMessageClockProvide", "GstMessageClockLost", "GstMessageNewClock", "GstMessageStructureChange", - "GstMessageSegmentStart", "GstMessageSegmentDone", "GstMessageDuration", + "GstMessageSegmentStart", "GstMessageSegmentDone", + "GstMessageDurationChanged", "GstMessageAsyncDone", "GstMessageRequestState", "GstMessageStreamStatus", "GstQueryPosition", "GstQueryDuration", "GstQueryLatency", "GstQueryConvert", "GstQuerySegment", "GstQuerySeeking", "GstQueryFormats", "GstQueryBuffering", @@ -51,10 +53,30 @@ static const gchar *_quark_strings[] = { "message", "GstMessageQOS", "running-time", "stream-time", "jitter", "quality", "processed", "dropped", "buffering-ranges", "GstMessageProgress", "code", "text", "percent", "timeout", "GstBufferPoolConfig", "caps", "size", - "min-buffers", "max-buffers", "prefix", "postfix", "align", "time", + "min-buffers", "max-buffers", "prefix", "padding", "align", "time", "GstQueryAllocation", "need-pool", "meta", "pool", "GstEventCaps", "GstEventReconfigure", "segment", "GstQueryScheduling", "pull-mode", - "random-access", "sequential", "allocator", "GstEventFlushStop", "options" + "allocator", "GstEventFlushStop", "options", "GstQueryAcceptCaps", + "result", "GstQueryCaps", "filter", "modes", "GstEventStreamConfig", + "setup-data", "stream-headers", "GstEventGap", "GstQueryDrain", "params", + "GstEventTocSelect", "uid", "GstQueryToc", GST_ELEMENT_METADATA_LONGNAME, + GST_ELEMENT_METADATA_KLASS, GST_ELEMENT_METADATA_DESCRIPTION, + GST_ELEMENT_METADATA_AUTHOR, "toc", "toc-entry", "updated", "extend-uid", + "uid", "tags", "sub-entries", "info", "GstMessageTag", "GstEventTag", + "GstMessageResetTime", + "GstMessageToc", "GstEventTocGlobal", "GstEventTocCurrent", + "GstEventSegmentDone", + "GstEventStreamStart", "stream-id", "GstQueryContext", + "GstMessageNeedContext", "GstMessageHaveContext", "context", "context-type", + "GstMessageStreamStart", "group-id", "uri-redirection", + "GstMessageDeviceAdded", "GstMessageDeviceRemoved", "device", + "uri-redirection-permanent", "GstMessagePropertyNotify", "property-name", + "property-value", "streams", "GstEventSelectStreams", + "GstMessageStreamCollection", "collection", "stream", "stream-collection", + "GstMessageStreamsSelected", "GstMessageRedirect", "redirect-entry-locations", + "redirect-entry-taglists", "redirect-entry-structures", + "GstEventStreamGroupDone", "GstQueryBitrate", "nominal-bitrate", + "GstMessageDeviceChanged", "device-changed", "trickmode-interval", }; GQuark _priv_gst_quark_table[GST_QUARK_MAX];