X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2Fgstquark.c;h=e42e5d034a97139bc88492168de7474cd5ff8544;hb=53bf06c08814ff9ac3968d47daf11a395cf26a01;hp=dc439ed3ab168fec8580be3e5fae3c6bec81afda;hpb=41954ff8cd5ecb258e079078d93d1489eaccdcfd;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/gstquark.c b/gst/gstquark.c index dc439ed..e42e5d0 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", @@ -65,7 +66,17 @@ static const gchar *_quark_strings[] = { "GstMessageResetTime", "GstMessageToc", "GstEventTocGlobal", "GstEventTocCurrent", "GstEventSegmentDone", - "GstEventStreamStart", "stream-id" + "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];