Skip to content

Commit

Permalink
8241108: Glib improvements
Browse files Browse the repository at this point in the history
Reviewed-by: kcr, ahgross, rhalade
  • Loading branch information
Alexander Matveev committed Mar 20, 2020
1 parent 6900d29 commit 397587d
Show file tree
Hide file tree
Showing 28 changed files with 306 additions and 30,298 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ G_DEFINE_AUTOPTR_CLEANUP_FUNC(GPatternSpec, g_pattern_spec_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GQueue, g_queue_free)
G_DEFINE_AUTO_CLEANUP_CLEAR_FUNC(GQueue, g_queue_clear)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRand, g_rand_free)
#ifndef GSTREAMER_LITE
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GRegex, g_regex_unref)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GMatchInfo, g_match_info_unref)
#endif // GSTREAMER_LITE
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GScanner, g_scanner_destroy)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSequence, g_sequence_free)
G_DEFINE_AUTOPTR_CLEANUP_FUNC(GSList, g_slist_free)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@
#include <glib/grefcount.h>
#ifndef GSTREAMER_LITE
#include <glib/grefstring.h>
#endif // GSTREAMER_LITE
#include <glib/gregex.h>
#endif // GSTREAMER_LITE
#include <glib/gscanner.h>
#include <glib/gsequence.h>
#include <glib/gshell.h>
Expand Down
3,189 changes: 0 additions & 3,189 deletions modules/javafx.media/src/main/native/gstreamer/3rd_party/glib/glib/gregex.c

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 397587d

Please sign in to comment.