|
Gnash
0.8.11dev
|
Gstreamer-based media handler module. More...
Classes | |
| class | AudioDecoderGst |
| GST based AudioDecoder. More... | |
| class | AudioInputGst |
| The main AudioInputGst class, which actually doesn't store too much important information (most of that is stored in the GnashAudio and GnashAudioPrivate classes) More... | |
| struct | EncodedExtraGstData |
| Class to hold GstBuffer. Takes ownership. More... | |
| struct | ExtraInfoGst |
| Class to hold extra info found in any stream by the parser. More... | |
| class | FramerateFraction |
| class | GnashAudio |
| Contains information about audio input devices while enumerating information about attached hardware. This class is also referred back to by GnashAudioPrivate to re-access enumerated information. More... | |
| class | GnashAudioPrivate |
| This class is initialized once a hardware input device is chosen it is more robust than GnashAudio because it has additional room to store important Gstreamer information (pipelines, references to elements, etc.) More... | |
| class | gnashGstBuffer |
| class | GstUtil |
| Generalized Gstreamer utilities for pipeline configuration. More... | |
| class | MediaHandlerGst |
| GST based MediaHandler. More... | |
| class | MediaParserGst |
| Gstreamer based MediaParser. More... | |
| class | SimpleTimer |
| Simple timer used for probe timeout (deprecated) More... | |
| class | VideoConverterGst |
| Base class for video image space conversion with gst. More... | |
| class | VideoDecoderGst |
| GST based VideoDecoder. More... | |
| class | VideoInputGst |
| class | WebcamVidFormat |
Functions | |
| gboolean | audio_bus_call (GstBus *, GstMessage *msg, gpointer) |
| gboolean | bus_call (GstBus *, GstMessage *msg, gpointer) |
Gstreamer-based media handler module.
| gboolean gnash::media::gst::audio_bus_call | ( | GstBus * | , |
| GstMessage * | msg, | ||
| gpointer | |||
| ) |
References _, __FUNCTION__, gnash::media::gst::GnashAudioPrivate::_audioMainBin, gnash::media::gst::GnashAudioPrivate::_audioSaveBin, gnash::media::gst::GnashAudioPrivate::_mux, gnash::media::gst::GnashAudioPrivate::_pipeline, gnash::media::gst::GnashAudioPrivate::_pipelineIsPlaying, gnash::media::gst::GnashAudioPrivate::audioEnc, gnash::log_debug(), and gnash::log_error().
| gboolean gnash::media::gst::bus_call | ( | GstBus * | , |
| GstMessage * | msg, | ||
| gpointer | |||
| ) |
References gnash::log_debug(), and gnash::log_error().
Referenced by gnash::media::gst::VideoInputGst::play().
1.8.12