/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.h | 185 #define GST_PLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLAY, GstPlay)) 192 #define GST_PLAY_CAST(obj) ((GstPlay*)(obj)) 195 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstPlay, gst_object_unref) 202 GstPlay * gst_play_new (GstPlayVideoRenderer * video_renderer); 205 GstBus * gst_play_get_message_bus (GstPlay * play); 208 void gst_play_play (GstPlay * play); 211 void gst_play_pause (GstPlay * play); 214 void gst_play_stop (GstPlay * play); 217 void gst_play_seek (GstPlay * play, 221 void gst_play_set_rate (GstPlay * play, [all …]
|
D | gstplay.c | 201 G_DEFINE_TYPE (GstPlay, gst_play, GST_TYPE_OBJECT); 215 static void gst_play_seek_internal_locked (GstPlay * self); 216 static void gst_play_stop_internal (GstPlay * self, gboolean transient); 220 static void gst_play_set_rate_internal (GstPlay * self); 221 static void change_state (GstPlay * self, GstPlayState state); 223 static GstPlayMediaInfo *gst_play_media_info_create (GstPlay * self); 225 static void gst_play_streams_info_create (GstPlay * self, 227 static void gst_play_stream_info_update (GstPlay * self, GstPlayStreamInfo * s); 228 static void gst_play_stream_info_update_tags_and_caps (GstPlay * self, 232 static GstPlayStreamInfo *gst_play_stream_info_get_current (GstPlay * [all …]
|
D | gstplay-signal-adapter.h | 46 GstPlaySignalAdapter * gst_play_signal_adapter_new (GstPlay * play); 49 GstPlaySignalAdapter * gst_play_signal_adapter_new_with_main_context (GstPlay * play, GMainContext… 52 GstPlaySignalAdapter * gst_play_signal_adapter_new_sync_emit (GstPlay * play); 55 GstPlay * gst_play_signal_adapter_get_play (GstPlaySignalAdapter * adapt…
|
D | gstplay-signal-adapter.c | 64 GstPlay *play; 244 gst_play_signal_adapter_new (GstPlay * play) in gst_play_signal_adapter_new() 278 gst_play_signal_adapter_new_with_main_context (GstPlay * play, in gst_play_signal_adapter_new_with_main_context() 309 gst_play_signal_adapter_new_sync_emit (GstPlay * play) in gst_play_signal_adapter_new_sync_emit() 335 GstPlay *
|
D | gstplay-video-renderer-private.h | 29 self, GstPlay * play);
|
D | gstplay-types.h | 33 typedef struct _GstPlay GstPlay; typedef
|
D | gstplay-video-renderer.c | 40 GstPlay * play) in gst_play_video_renderer_create_video_sink()
|
D | gstplay-video-renderer.h | 49 GstElement * (*create_video_sink) (GstPlayVideoRenderer * self, GstPlay * play);
|
D | meson.build | 50 'namespace' : 'GstPlay',
|
D | gstplay-video-overlay-video-renderer.c | 171 (GstPlayVideoRenderer * iface, GstPlay * play) in gst_play_video_overlay_video_renderer_create_video_sink()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | play.c | 76 GstPlay *player; in START_TEST() 87 GstPlay *player; in START_TEST() 107 GstPlay *player; in START_TEST() 188 void (*test_callback) (GstPlay * player, TestPlayerStateChange change, 193 static void process_play_messages (GstPlay * player, TestPlayerState * state); 196 test_play_state_change_debug (GstPlay * player, in test_play_state_change_debug() 228 test_play_state_reset (GstPlay * player, TestPlayerState * state) in test_play_state_reset() 243 static GstPlay * 246 GstPlay *player; in test_play_new() 267 test_play_stopped_cb (GstPlay * player, TestPlayerStateChange change, in test_play_stopped_cb() [all …]
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-play.c | 121 } GstPlay; typedef 127 static gboolean play_next (GstPlay * play); 128 static gboolean play_prev (GstPlay * play); 131 static void play_reset (GstPlay * play); 132 static void play_set_relative_volume (GstPlay * play, gdouble volume_step); 133 static gboolean play_do_seek (GstPlay * play, gint64 pos, gdouble rate, 141 static void relative_seek (GstPlay * play, gdouble percent); 167 static GstPlay * 173 GstPlay *play; in play_new() 185 play = g_new0 (GstPlay, 1); in play_new() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/ |
D | gstplayer-wrapped-video-renderer.c | 87 iface, GstPlay * player) in gst_player_wrapped_video_renderer_create_video_sink()
|
D | gstplayer.c | 155 GstPlay *play;
|
/third_party/gstreamer/gstreamer/docs/random/ds/ |
D | 0.9-suggested-changes | 52 so that you can search a GstPlay for an element implementing the interface
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 26 - GstPlay: new high-level playback library, replaces GstPlayer 112 GstPlay: new high-level playback library replacing GstPlayer 114 - GstPlay is a new high-level playback library that replaces the older 121 that this new GstPlay API will be moved to gst-plugins-base in 126 application developers are urged to migrate to the new GstPlay API 1310 new GstPlay library (see above). GstPlayer should be considered 1312 development cycle. Applications should be ported to GstPlay. 1769 GstBus/message-based mechanism akin to GstPlayer/GstPlay. 1904 - GstPlay: Fix new error + warning parsing API (was unusuable before) 1971 - GstPlay: Fix new error + warning parsing API (was unusuable before)
|
D | meson_options.txt | 2 description: 'Enable GstPlay tests that need network access')
|
D | ChangeLog | 2440 player: Ensure the GstPlay is created before the wrapped renderer 2441 The GstPlayerWrappedVideoRenderer implicitely depends on GstPlay. 2451 pipeline, but that's available only after the GstPlay thread has successfully 13532 player: Rewrite as GstPlay wrapper 13533 For the time being the GstPlayer library remains as a wrapper for GstPlay, in 13535 GstPlay. GstPlayer will remain in -bad for a couple cycles and the plan for 13536 GstPlay is to move it to -base before 1.20. 13603 This aims to be a replacement for the GstPlayer library. In GstPlay, notifications are 13607 decoupled from the GstPlay object.
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 26 - GstPlay: new high-level playback library, replaces GstPlayer 112 GstPlay: new high-level playback library replacing GstPlayer 114 - GstPlay is a new high-level playback library that replaces the older 121 that this new GstPlay API will be moved to gst-plugins-base in 126 application developers are urged to migrate to the new GstPlay API 1310 new GstPlay library (see above). GstPlayer should be considered 1312 development cycle. Applications should be ported to GstPlay. 1769 GstBus/message-based mechanism akin to GstPlayer/GstPlay. 1904 - GstPlay: Fix new error + warning parsing API (was unusuable before) 1971 - GstPlay: Fix new error + warning parsing API (was unusuable before)
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 26 - GstPlay: new high-level playback library, replaces GstPlayer 112 GstPlay: new high-level playback library replacing GstPlayer 114 - GstPlay is a new high-level playback library that replaces the older 121 that this new GstPlay API will be moved to gst-plugins-base in 126 application developers are urged to migrate to the new GstPlay API 1310 new GstPlay library (see above). GstPlayer should be considered 1312 development cycle. Applications should be ported to GstPlay. 1769 GstBus/message-based mechanism akin to GstPlayer/GstPlay. 1904 - GstPlay: Fix new error + warning parsing API (was unusuable before) 1971 - GstPlay: Fix new error + warning parsing API (was unusuable before)
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 26 - GstPlay: new high-level playback library, replaces GstPlayer 112 GstPlay: new high-level playback library replacing GstPlayer 114 - GstPlay is a new high-level playback library that replaces the older 121 that this new GstPlay API will be moved to gst-plugins-base in 126 application developers are urged to migrate to the new GstPlay API 1310 new GstPlay library (see above). GstPlayer should be considered 1312 development cycle. Applications should be ported to GstPlay. 1769 GstBus/message-based mechanism akin to GstPlayer/GstPlay. 1904 - GstPlay: Fix new error + warning parsing API (was unusuable before) 1971 - GstPlay: Fix new error + warning parsing API (was unusuable before)
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 26 - GstPlay: new high-level playback library, replaces GstPlayer 112 GstPlay: new high-level playback library replacing GstPlayer 114 - GstPlay is a new high-level playback library that replaces the older 121 that this new GstPlay API will be moved to gst-plugins-base in 126 application developers are urged to migrate to the new GstPlay API 1310 new GstPlay library (see above). GstPlayer should be considered 1312 development cycle. Applications should be ported to GstPlay. 1769 GstBus/message-based mechanism akin to GstPlayer/GstPlay. 1904 - GstPlay: Fix new error + warning parsing API (was unusuable before) 1971 - GstPlay: Fix new error + warning parsing API (was unusuable before)
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 10320 GstPlay linking with gstinterfaces
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 12491 GstPlay linking with gstinterfaces
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 8080 test/videotest.c, tools/README: Merge with the main trunk. GstPlay
|