Add internal helpers for pre-registering quarks from static strings and using the...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 16 Aug 2006 11:47:54 +0000 (11:47 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 16 Aug 2006 11:47:54 +0000 (11:47 +0000)
commit5736de1957526aeda77a6b1774274bb3a3e8f7ef
treeb97194b35535bd4474f602b76cd0aa3e41a904d2
parent6072def8edb86444430e1972beac7e459b3a8029
Add internal helpers for pre-registering quarks from static strings and using the quark values directly instead of lo...

Original commit message from CVS:
* docs/gst/gstreamer-sections.txt:
* gst/Makefile.am:
* gst/gst.c: (init_post):
* gst/gst_private.h:
* gst/gstquark.c: (_priv_gst_quarks_initialize):
* gst/gstquark.h:
* gst/gstquery.c: (gst_query_new_position),
(gst_query_set_position), (gst_query_parse_position),
(gst_query_new_duration), (gst_query_set_duration),
(gst_query_parse_duration), (gst_query_new_convert),
(gst_query_set_convert), (gst_query_parse_convert),
(gst_query_new_segment), (gst_query_set_segment),
(gst_query_parse_segment), (gst_query_new_seeking),
(gst_query_set_seeking), (gst_query_parse_seeking):
Add internal helpers for pre-registering quarks from static strings
and using the quark values directly instead of looking them up when
creating and parsing queries. Can be used for event construction too.
Closes #350432.
ChangeLog
docs/gst/gstreamer-sections.txt
gst/Makefile.am
gst/gst.c
gst/gst_private.h
gst/gstquark.c [new file with mode: 0644]
gst/gstquark.h [new file with mode: 0644]
gst/gstquery.c