mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
message: remove duplicate gst_message_get_type() in init
Spotted by: Jan Steffens
This commit is contained in:
parent
ec92a882a6
commit
008f4ec46d
1 changed files with 0 additions and 5 deletions
|
@ -118,11 +118,6 @@ _priv_gst_message_initialize (void)
|
||||||
|
|
||||||
GST_CAT_INFO (GST_CAT_GST_INIT, "init messages");
|
GST_CAT_INFO (GST_CAT_GST_INIT, "init messages");
|
||||||
|
|
||||||
/* the GstMiniObject types need to be class_ref'd once before it can be
|
|
||||||
* done from multiple threads;
|
|
||||||
* see http://bugzilla.gnome.org/show_bug.cgi?id=304551 */
|
|
||||||
gst_message_get_type ();
|
|
||||||
|
|
||||||
for (i = 0; message_quarks[i].name; i++) {
|
for (i = 0; message_quarks[i].name; i++) {
|
||||||
message_quarks[i].quark =
|
message_quarks[i].quark =
|
||||||
g_quark_from_static_string (message_quarks[i].name);
|
g_quark_from_static_string (message_quarks[i].name);
|
||||||
|
|
Loading…
Reference in a new issue