playbin
Player Bin Generic/Bin/Player Autoplug and play media from an uri Wim Taymans <wim.taymans@gmail.com>
name gchararray Name The name of the object RW "element" async-handling gboolean Async Handling The bin will handle Asynchronous state changes RW FALSE delay guint64 Delay Expected delay needed for elements to spin up to PLAYING in nanoseconds RW 0 auto-flush-bus gboolean Auto Flush Bus Whether to automatically flush the pipeline's bus when going from READY into NULL state RW TRUE uri gchararray URI URI of the media to play RW NULL suburi gchararray .sub-URI Optional URI of a subtitle RW NULL queue-size guint64 Queue size Size of internal queues in nanoseconds RW 3000000000 queue-threshold guint64 Queue threshold Buffering threshold of internal queues in nanoseconds RW 2850000000 queue-min-threshold guint64 Queue min threshold Buffering low threshold of internal queues in nanoseconds RW 900000000 nstreams gint NStreams number of streams RW 0 stream-info gpointer Stream info List of streaminfo RW stream-info-value-array GValueArray StreamInfo GValueArray value array of streaminfo RW source GstElement Source Source element RW GstElement current-video gint Current video Currently playing video stream (-1 = none) RW -1 current-audio gint Current audio Currently playing audio stream (-1 = none) RW -1 current-text gint Current text Currently playing text stream (-1 = none) RW -1 subtitle-encoding gchararray subtitle encoding Encoding to assume if input subtitles are not in UTF-8 encoding. If not set, the GST_SUBTITLE_ENCODING environment variable will be checked for an encoding to use. If that is not set either, ISO-8859-15 will be assumed. RW NULL connection-speed guint Connection Speed Network connection speed in kbps (0 = unknown) RW 0 audio-sink GstElement Audio Sink the audio output element to use (NULL = default sink) RW GstElement video-sink GstElement Video Sink the video output element to use (NULL = default sink) RW GstElement vis-plugin GstElement Vis plugin the visualization element to use (NULL = none) RW GstElement volume gdouble volume volume RW 1,000000 frame GstBuffer Frame The last frame (NULL = no video available) RW subtitle-font-desc gchararray Subtitle font description Pango font description of font to be used for subtitle rendering W NULL