![]() |
![]() |
![]() |
GStreamer Bad Plugins 0.10 Plugins Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
plugin |
timidity |
author |
Wouter Paesen <wouter@blue-gate.be> |
class |
Codec/Decoder/Audio |
struct GstTimidity { GstElement element; GstPad *sinkpad, *srcpad; gboolean initialized; /* input stream properties */ gint64 mididata_size, mididata_offset; gchar *mididata; gboolean mididata_filled; MidSong *song; /* output data */ gboolean o_new_segment, o_segment_changed, o_seek; GstSegment o_segment[1]; gint64 o_len; /* format of the stream */ MidSongOptions song_options[1]; gint64 bytes_per_frame; GstClockTime time_per_frame; GstCaps *out_caps; };