Searched refs:GstPlayer (Results 1 – 25 of 26) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer.h | 103 #define GST_PLAYER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLAYER, GstPlayer)) 105 #define GST_PLAYER_CAST(obj) ((GstPlayer*)(obj)) 112 GstPlayer * gst_player_new (GstPlayerVideoRenderer * video_renderer, Gst… 115 void gst_player_play (GstPlayer * player); 118 void gst_player_pause (GstPlayer * player); 121 void gst_player_stop (GstPlayer * player); 124 void gst_player_seek (GstPlayer * player, 128 void gst_player_set_rate (GstPlayer * player, 132 gdouble gst_player_get_rate (GstPlayer * player); 135 gchar * gst_player_get_uri (GstPlayer * player); [all …]
|
D | gstplayer.c | 268 G_DEFINE_TYPE (GstPlayer, gst_player, GST_TYPE_OBJECT); 283 static void gst_player_seek_internal_locked (GstPlayer * self); 284 static void gst_player_stop_internal (GstPlayer * self, gboolean transient); 288 static void gst_player_set_rate_internal (GstPlayer * self); 289 static void change_state (GstPlayer * self, GstPlayerState state); 291 static GstPlayerMediaInfo *gst_player_media_info_create (GstPlayer * self); 293 static void gst_player_streams_info_create (GstPlayer * self, 295 static void gst_player_stream_info_update (GstPlayer * self, 297 static void gst_player_stream_info_update_tags_and_caps (GstPlayer * self, 301 static GstPlayerStreamInfo *gst_player_stream_info_get_current (GstPlayer * [all …]
|
D | Makefile.am | 56 BUILT_GIRSOURCES = GstPlayer-@GST_API_VERSION@.gir 61 GstPlayer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstplayer-@GST_API_VERSION@.la 65 $(INTROSPECTION_SCANNER) -v --namespace GstPlayer \
|
D | gstplayer-types.h | 29 typedef struct _GstPlayer GstPlayer; typedef
|
D | gstplayer-video-renderer-private.h | 29 self, GstPlayer * player);
|
D | gstplayer-signal-dispatcher-private.h | 29 GstPlayer * player, GstPlayerSignalDispatcherFunc emitter, gpointer data,
|
D | gstplayer-video-renderer.c | 40 GstPlayer * player) in gst_player_video_renderer_create_video_sink()
|
D | gstplayer-video-renderer.h | 40 GstElement * (*create_video_sink) (GstPlayerVideoRenderer * self, GstPlayer * player);
|
D | gstplayer-signal-dispatcher.c | 40 GstPlayer * player, GstPlayerSignalDispatcherFunc emitter, gpointer data, in gst_player_signal_dispatcher_dispatch()
|
D | gstplayer-signal-dispatcher.h | 43 GstPlayer * player,
|
D | meson.build | 42 namespace : 'GstPlayer',
|
D | gstplayer-g-main-context-signal-dispatcher.c | 174 * iface, G_GNUC_UNUSED GstPlayer * player, void (*emitter) (gpointer data), in gst_player_g_main_context_signal_dispatcher_dispatch()
|
D | gstplayer-video-overlay-video-renderer.c | 171 (GstPlayerVideoRenderer * iface, GstPlayer * player) in gst_player_video_overlay_video_renderer_create_video_sink()
|
D | Makefile.in | 809 @HAVE_INTROSPECTION_TRUE@BUILT_GIRSOURCES = GstPlayer-@GST_API_VERSION@.gir 1283 @HAVE_INTROSPECTION_TRUE@GstPlayer-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstplayer-@GS… 1287 @HAVE_INTROSPECTION_TRUE@ $(INTROSPECTION_SCANNER) -v --namespace GstPlayer \
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | player.c | 70 GstPlayer *player; in START_TEST() 81 GstPlayer *player; in START_TEST() 101 GstPlayer *player; in START_TEST() 181 void (*test_callback) (GstPlayer * player, TestPlayerStateChange change, 187 test_player_state_change_debug (GstPlayer * player, in test_player_state_change_debug() 232 buffering_cb (GstPlayer * player, gint percent, TestPlayerState * state) in buffering_cb() 245 duration_changed_cb (GstPlayer * player, guint64 duration, in duration_changed_cb() 260 end_of_stream_cb (GstPlayer * player, TestPlayerState * state) in end_of_stream_cb() 273 error_cb (GstPlayer * player, GError * error, TestPlayerState * state) in error_cb() 286 warning_cb (GstPlayer * player, GError * error, TestPlayerState * state) in warning_cb() [all …]
|
/third_party/gstreamer/gstplugins_bad/docs/libs/ |
D | gst-plugins-bad-libs-sections.txt | 766 GstPlayer
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson_options.txt | 2 description: 'Enable GstPlayer tests that need network access')
|
D | configure.ac | 389 …AS_HELP_STRING([--with-player-tests],[Enable GstPlayer tests that need network access (default: no… 393 AC_MSG_WARN([wget required for GstPlayer tests but not found - disabling])
|
D | NEWS | 291 new "subtitle-ts-offset" property. GstPlayer has gained matching API 647 GstPlayer
|
D | configure | 2816 --with-player-tests Enable GstPlayer tests that need network access
|
D | ChangeLog | 5802 docs: Follow-up fix for GstPlayer new subtitle-video-offset API 27468 win32: Update for new GstPlayer API 28941 player: Remove some leftovers from external GstPlayer 34458 The GstBase-1.0.gir and GstVideo-1.0.gir files are required by GstPlayer. 40669 ..GstPlayer-1.0.c: In function ‘main’: 40670 ..GstPlayer-1.0.c:587:3: warning: implicit declaration of function ‘gst_init’ 41895 player: Import GstPlayer playback convenience API
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 291 new "subtitle-ts-offset" property. GstPlayer has gained matching API 647 GstPlayer
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 291 new "subtitle-ts-offset" property. GstPlayer has gained matching API 647 GstPlayer
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 291 new "subtitle-ts-offset" property. GstPlayer has gained matching API 647 GstPlayer
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 291 new "subtitle-ts-offset" property. GstPlayer has gained matching API 647 GstPlayer
|
12