gst/gst.c: Init tags stuff and some other things before loading any static plugins...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 27 Dec 2005 12:11:19 +0000 (12:11 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 27 Dec 2005 12:11:19 +0000 (12:11 +0000)
commitaee739e875a112828e17776bcd8f1b77704ab36e
tree62b124e9010f483ba752179ef6434001d650d6dc
parent2dacd269fcc806d0035749a2d3a896f484c1b8df
gst/gst.c: Init tags stuff and some other things before loading any static plugins (there may be other static plugins...

Original commit message from CVS:
* gst/gst.c: (init_post):
Init tags stuff and some other things before loading
any static plugins (there may be other static plugins
than just the GStreamer ones, and they may want to
register their own tags or formats or whatever, and
preferably without segfaulting).
* plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
Print at least a warning in the debug logs if we drop a
query just because we don't know how to adjust the value
in the particular format.
ChangeLog
gst/gst.c
plugins/elements/gstqueue.c