Created
December 30, 2016 10:32
-
-
Save ensonic/dfcce79cabedbe2e7c5050ac58ee3773 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| make[3]: Entering directory `/home/ensonic/projects/gstreamer/gst-devtools/mediainfo/src' | |
| CC mi-info.o | |
| mi-info.c: In function ‘media_info_info_construct’: | |
| mi-info.c:419:2: error: too few arguments to function ‘gee_hash_map_new’ | |
| _tmp0_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL, NULL, NULL); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1503:13: note: declared here | |
| GeeHashMap* gee_hash_map_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeHashDataFunc key_hash_func, void* key_hash_func_target, GDestroyNotify key_hash_func_target_destroy_notify, GeeEqualDataFunc key_equal_func, void* key_equal_func_target, GDestroyNotify key_equal_func_target_destroy_notify, GeeEqualDataFunc value_equal_func, void* value_equal_func_target, GDestroyNotify value_equal_func_target_destroy_notify); | |
| ^ | |
| mi-info.c:460:2: error: too few arguments to function ‘gee_hash_set_new’ | |
| _tmp20_ = gee_hash_set_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL, NULL); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1521:13: note: declared here | |
| GeeHashSet* gee_hash_set_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeHashDataFunc hash_func, void* hash_func_target, GDestroyNotify hash_func_target_destroy_notify, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); | |
| ^ | |
| mi-info.c:475:2: error: too few arguments to function ‘gee_hash_map_new’ | |
| _tmp27_ = gee_hash_map_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL, NULL, NULL); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1503:13: note: declared here | |
| GeeHashMap* gee_hash_map_new (GType k_type, GBoxedCopyFunc k_dup_func, GDestroyNotify k_destroy_func, GType v_type, GBoxedCopyFunc v_dup_func, GDestroyNotify v_destroy_func, GeeHashDataFunc key_hash_func, void* key_hash_func_target, GDestroyNotify key_hash_func_target_destroy_notify, GeeEqualDataFunc key_equal_func, void* key_equal_func_target, GDestroyNotify key_equal_func_target_destroy_notify, GeeEqualDataFunc value_equal_func, void* value_equal_func_target, GDestroyNotify value_equal_func_target_destroy_notify); | |
| ^ | |
| mi-info.c:566:2: error: too few arguments to function ‘gee_array_list_new’ | |
| _tmp72_ = gee_array_list_new (G_TYPE_POINTER, (GBoxedCopyFunc) _gdk_point_dup, g_free, NULL); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1431:15: note: declared here | |
| GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); | |
| ^ | |
| mi-info.c:594:2: warning: ‘gtk_table_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| _tmp83_ = (GtkTable*) gtk_table_new ((guint) 8, (guint) 3, FALSE); | |
| ^ | |
| mi-info.c:600:2: warning: ‘gtk_scrolled_window_add_with_viewport’ is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkscrolledwindow.h:125): Use 'gtk_container_add' instead [-Wdeprecated-declarations] | |
| gtk_scrolled_window_add_with_viewport (_tmp84_, (GtkWidget*) _tmp85_); | |
| ^ | |
| mi-info.c:614:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp89_, (GtkWidget*) _tmp90_, (guint) 0, (guint) 2, _tmp91_, _tmp92_ + 1, _tmp93_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:624:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp95_, (GtkWidget*) _tmp96_, (guint) 2, (guint) 3, _tmp97_, _tmp98_ + 3, _tmp99_, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:638:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp103_, (GtkWidget*) _tmp104_, (guint) 0, (guint) 1, _tmp105_, _tmp106_ + 1, _tmp107_, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:652:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp111_, (GtkWidget*) _tmp112_, (guint) 1, (guint) 2, _tmp113_, _tmp114_ + 1, _tmp115_, 0, (guint) 3, (guint) 1); | |
| ^ | |
| mi-info.c:666:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp119_, (GtkWidget*) _tmp120_, (guint) 0, (guint) 1, _tmp121_, _tmp122_ + 1, _tmp123_, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:680:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp127_, (GtkWidget*) _tmp128_, (guint) 1, (guint) 2, _tmp129_, _tmp130_ + 1, _tmp131_, 0, (guint) 3, (guint) 1); | |
| ^ | |
| mi-info.c:692:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp134_, (GtkWidget*) _tmp135_, (guint) 0, (guint) 3, _tmp136_, _tmp137_ + 1, _tmp138_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:727:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp144_, (GtkWidget*) _tmp145_, (guint) 0, (guint) 3, _tmp146_, _tmp147_ + 1, _tmp148_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:741:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp152_, (GtkWidget*) _tmp153_, (guint) 0, (guint) 3, _tmp154_, _tmp155_ + 1, _tmp156_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:809:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp161_, (GtkWidget*) _tmp162_, (guint) 0, (guint) 3, _tmp163_, _tmp164_ + 1, _tmp165_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:823:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp169_, (GtkWidget*) _tmp170_, (guint) 0, (guint) 3, _tmp171_, _tmp172_ + 1, _tmp173_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:839:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp178_, (GtkWidget*) _tmp179_, (guint) 0, (guint) 3, _tmp180_, _tmp181_ + 1, _tmp182_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:853:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp186_, (GtkWidget*) _tmp187_, (guint) 0, (guint) 3, _tmp188_, _tmp189_ + 1, _tmp190_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:869:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp195_, (GtkWidget*) _tmp196_, (guint) 0, (guint) 3, _tmp197_, _tmp198_ + 1, _tmp199_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:883:3: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp203_, (GtkWidget*) _tmp204_, (guint) 0, (guint) 3, _tmp205_, _tmp206_ + 1, _tmp207_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:900:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp212_, (GtkWidget*) _tmp213_, (guint) 0, (guint) 3, _tmp214_, _tmp215_ + 1, _tmp216_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:931:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp227_, (GtkWidget*) _tmp228_, (guint) 0, (guint) 3, _tmp229_, _tmp230_ + 1, _tmp231_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_process_new_uri’: | |
| mi-info.c:1262:2: error: too few arguments to function ‘gee_array_list_new’ | |
| _tmp0_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1431:15: note: declared here | |
| GeeArrayList* gee_array_list_new (GType g_type, GBoxedCopyFunc g_dup_func, GDestroyNotify g_destroy_func, GeeEqualDataFunc equal_func, void* equal_func_target, GDestroyNotify equal_func_target_destroy_notify); | |
| ^ | |
| mi-info.c:1322:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp25_ = gst_discoverer_stream_info_get_toc (_tmp24_); | |
| ^ | |
| mi-info.c:1420:14: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp55_ = gst_discoverer_stream_info_get_toc (_tmp54_); | |
| ^ | |
| mi-info.c:1533:14: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp94_ = gst_discoverer_stream_info_get_toc (_tmp93_); | |
| ^ | |
| mi-info.c:1655:15: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp138_ = gst_discoverer_stream_info_get_toc (_tmp137_); | |
| ^ | |
| mi-info.c:1770:15: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp179_ = gst_discoverer_stream_info_get_toc (_tmp178_); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_describe_container_stream’: | |
| mi-info.c:2210:2: warning: ‘gtk_table_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| _tmp0_ = (GtkTable*) gtk_table_new ((guint) 2, (guint) 4, FALSE); | |
| ^ | |
| mi-info.c:2226:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp10_ = gst_discoverer_stream_info_get_misc (_tmp9_); | |
| ^ | |
| mi-info.c:2236:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp16_ = gst_discoverer_stream_info_get_tags (_tmp15_); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_describe_video_stream’: | |
| mi-info.c:2348:2: warning: ‘gtk_table_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| _tmp2_ = (GtkTable*) gtk_table_new ((guint) 2, (guint) 8, FALSE); | |
| ^ | |
| mi-info.c:2494:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp83_ = gst_discoverer_stream_info_get_misc (_tmp82_); | |
| ^ | |
| mi-info.c:2504:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp89_ = gst_discoverer_stream_info_get_tags (_tmp88_); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_describe_audio_stream’: | |
| mi-info.c:2588:2: warning: ‘gtk_table_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| _tmp2_ = (GtkTable*) gtk_table_new ((guint) 2, (guint) 7, FALSE); | |
| ^ | |
| mi-info.c:2653:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp45_ = gst_discoverer_stream_info_get_misc (_tmp44_); | |
| ^ | |
| mi-info.c:2663:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp51_ = gst_discoverer_stream_info_get_tags (_tmp50_); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_describe_subtitle_stream’: | |
| mi-info.c:2716:2: warning: ‘gtk_table_new’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:102): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| _tmp2_ = (GtkTable*) gtk_table_new ((guint) 2, (guint) 5, FALSE); | |
| ^ | |
| mi-info.c:2739:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp17_ = gst_discoverer_stream_info_get_misc (_tmp16_); | |
| ^ | |
| mi-info.c:2749:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp23_ = gst_discoverer_stream_info_get_tags (_tmp22_); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_add_table_rows_for_caps’: | |
| mi-info.c:2951:3: warning: passing argument 2 of ‘gst_structure_foreach’ from incompatible pointer type [enabled by default] | |
| _tmp4_ = gst_structure_foreach (_tmp3_, ____lambda4__gst_structure_foreach_func, _data1_); | |
| ^ | |
| In file included from /usr/include/gstreamer-1.0/gst/gstcaps.h:25:0, | |
| from /usr/include/gstreamer-1.0/gst/gstpad.h:71, | |
| from /usr/include/gstreamer-1.0/gst/gstelement.h:57, | |
| from /usr/include/gstreamer-1.0/gst/gstbin.h:27, | |
| from /usr/include/gstreamer-1.0/gst/gst.h:35, | |
| from /usr/include/gstreamer-1.0/gst/pbutils/pbutils.h:23, | |
| from mi-info.c:26: | |
| /usr/include/gstreamer-1.0/gst/gststructure.h:210:10: note: expected ‘GstStructureForeachFunc’ but argument is of type ‘gboolean (*)(GQuark, struct GValue *, void *)’ | |
| gboolean gst_structure_foreach (const GstStructure * structure, | |
| ^ | |
| mi-info.c:2975:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp12_, (GtkWidget*) _tmp13_, (guint) 0, (guint) 2, _tmp14_, _tmp15_ + 1, _tmp16_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c:2990:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp21_, (GtkWidget*) _tmp22_, (guint) 0, (guint) 1, _tmp23_, _tmp24_ + 1, _tmp25_, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:3009:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp32_, (GtkWidget*) _tmp33_, (guint) 1, (guint) 2, _tmp34_, _tmp35_ + 1, _tmp36_, 0, (guint) 3, (guint) 1); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_add_table_row_for_string’: | |
| mi-info.c:3101:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp3_, (GtkWidget*) _tmp4_, (guint) 0, (guint) 1, _tmp5_, _tmp6_ + 1, fill, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:3115:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp11_, (GtkWidget*) _tmp12_, (guint) 1, (guint) 2, _tmp13_, _tmp14_ + 1, fill_exp, 0, (guint) 3, (guint) 1); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_add_table_row_for_structure’: | |
| mi-info.c:3164:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp3_, (GtkWidget*) _tmp4_, (guint) 0, (guint) 1, _tmp5_, _tmp6_ + 1, _tmp7_, 0, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:3184:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp15_, (GtkWidget*) _tmp16_, (guint) 1, (guint) 2, _tmp17_, _tmp18_ + 1, _tmp19_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_add_table_row_for_taglist’: | |
| mi-info.c:3238:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp3_, (GtkWidget*) _tmp4_, (guint) 0, (guint) 1, _tmp5_, _tmp6_ + 1, _tmp7_, _tmp8_, (guint) 0, (guint) 0); | |
| ^ | |
| mi-info.c:3260:2: warning: ‘gtk_table_attach’ is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:110): Use 'GtkGrid' instead [-Wdeprecated-declarations] | |
| gtk_table_attach (_tmp17_, (GtkWidget*) _tmp18_, (guint) 1, (guint) 2, _tmp19_, _tmp20_ + 1, _tmp21_, 0, (guint) 0, (guint) 1); | |
| ^ | |
| mi-info.c: In function ‘media_info_info_get_stream_index’: | |
| mi-info.c:3310:4: warning: passing argument 1 of ‘gee_abstract_collection_get_size’ from incompatible pointer type [enabled by default] | |
| _tmp7_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp6_); | |
| ^ | |
| In file included from mi-info.c:29:0: | |
| /usr/include/gee-0.8/gee.h:1363:6: note: expected ‘struct GeeAbstractCollection *’ but argument is of type ‘struct GeeCollection *’ | |
| gint gee_abstract_collection_get_size (GeeAbstractCollection* self); | |
| ^ | |
| mi-info.c:3315:11: warning: assignment from incompatible pointer type [enabled by default] | |
| _tmp9_ = g_strcmp0; | |
| ^ | |
| mi-info.c: In function ‘media_info_info_build_taglist_info’: | |
| mi-info.c:3448:12: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] | |
| _tmp22_ = gst_tag_list_get_value_index (_tmp20_, _tmp21_, (guint) 0); | |
| ^ | |
| make[3]: *** [mi-info.o] Error 1 | |
| make[3]: Leaving directory `/home/ensonic/projects/gstreamer/gst-devtools/mediainfo/src' | |
| make[2]: *** [all] Error 2 | |
| make[2]: Leaving directory `/home/ensonic/projects/gstreamer/gst-devtools/mediainfo/src' | |
| make[1]: *** [all-recursive] Error 1 | |
| make[1]: Leaving directory `/home/ensonic/projects/gstreamer/gst-devtools/mediainfo' | |
| make: *** [all] Error 2 | |
| autoreconf: make failed with exit status: 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment