mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6a0d53b767
This is potentially racy (in the unlikely scenario that we get two first-time calls to gst_player_error_quark() at the same time). This should not impact anything in terms of performance since it's only on the error path. The call itself could just be inlined by making GST_PLAYER_ERROR be defined to the g_quark_from_static_string() call, but this feels ugly from an API perspective. |
||
---|---|---|
.. | ||
gstplayer-g-main-context-signal-dispatcher.c | ||
gstplayer-g-main-context-signal-dispatcher.h | ||
gstplayer-media-info-private.h | ||
gstplayer-media-info.c | ||
gstplayer-media-info.h | ||
gstplayer-signal-dispatcher-private.h | ||
gstplayer-signal-dispatcher.c | ||
gstplayer-signal-dispatcher.h | ||
gstplayer-types.h | ||
gstplayer-video-overlay-video-renderer.c | ||
gstplayer-video-overlay-video-renderer.h | ||
gstplayer-video-renderer-private.h | ||
gstplayer-video-renderer.c | ||
gstplayer-video-renderer.h | ||
gstplayer-visualization.c | ||
gstplayer-visualization.h | ||
gstplayer.c | ||
gstplayer.h | ||
Makefile.am | ||
meson.build | ||
player.h |