X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstquark.c;h=4500cc63d6f9b9f0128852e0a6ec98e8e3f8c7c8;hb=b89b1802df44829a0c034db5807bc893ad3c7774;hp=010fc6c04c41c34b9b397e2cdbc2a6b724174685;hpb=8118767c827192aa6d2b05230828666102446e4d;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstquark.c b/gst/gstquark.c index 010fc6c..4500cc6 100644 --- a/gst/gstquark.c +++ b/gst/gstquark.c @@ -16,8 +16,8 @@ * * 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" @@ -43,7 +43,8 @@ static const gchar *_quark_strings[] = { "GstMessageError", "GstMessageWarning", "GstMessageInfo", "GstMessageBuffering", "GstMessageStateChanged", "GstMessageClockProvide", "GstMessageClockLost", "GstMessageNewClock", "GstMessageStructureChange", - "GstMessageSegmentStart", "GstMessageSegmentDone", "GstMessageDuration", + "GstMessageSegmentStart", "GstMessageSegmentDone", + "GstMessageDurationChanged", "GstMessageAsyncDone", "GstMessageRequestState", "GstMessageStreamStatus", "GstQueryPosition", "GstQueryDuration", "GstQueryLatency", "GstQueryConvert", "GstQuerySegment", "GstQuerySeeking", "GstQueryFormats", "GstQueryBuffering", @@ -61,8 +62,20 @@ static const gchar *_quark_strings[] = { "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", "info-structure", - "time-structure", "GstMessageTag", "GstEventTag", "GstMessageResetTime" + "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" }; GQuark _priv_gst_quark_table[GST_QUARK_MAX];