n00b wants to play movie to quicktime over net
Randy Bush
randy at psg.com
Fri Sep 20 22:37:14 PDT 2013
[ excuse long message and trac code encaps ]
ubuntu 12.04 lts 386 as a kvm guest
{{{
# gst-launch-0.10 --version
gst-launch-0.10 version 0.10.36
GStreamer 0.10.36
https://launchpad.net/distros/ubuntu/+source/gstreamer0.10
}}}
tl;dr: i am trying to find the pipeline to play a .mov (or
whatever, i can convert) file over the net to quicktime players
which use a rstp:// uri. well, i am not overly picky about the
form of of the uri.
basic test looks ok
{{{
$ gst-launch-0.10 -v fakesrc silent=0 num-buffers=3 ! fakesink silent=0
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create ******* (fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 0, offset_end: -1, flags: 0 ) 0x9f68aa0"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "preroll ******* "
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "event ******* (fakesrc0:src) E (type: 289, GstEventLatency, latency=(guint64)0;) 0x9f5b890"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event ******* (fakesink0:sink) E (type: 102, GstEventNewsegment, update=(boolean)false, rate=(double)1, applied-rate=(double)1, format=(GstFormat)GST_FORMAT_BYTES, start=(gint64)0, stop=(gint64)-1, position=(gint64)0;) 0x9f5b800"
New clock: GstSystemClock
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain ******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration: none, offset: 0, offset_end: -1, flags: 32 discont ) 0x9f68aa0"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create ******* (fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 1, offset_end: -1, flags: 0 ) 0x9f68b00"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain ******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration: none, offset: 1, offset_end: -1, flags: 0 ) 0x9f68b00"
/GstPipeline:pipeline0/GstFakeSrc:fakesrc0: last-message = "create ******* (fakesrc0:src) (0 bytes, timestamp: none, duration: none, offset: 2, offset_end: -1, flags: 0 ) 0x9f68b60"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "chain ******* (fakesink0:sink) (0 bytes, timestamp: 0:00:00.000000000, duration: none, offset: 2, offset_end: -1, flags: 0 ) 0x9f68b60"
/GstPipeline:pipeline0/GstFakeSink:fakesink0: last-message = "event ******* (fakesink0:sink) E (type: 86, ) 0x9f5b800"
Got EOS from element "pipeline0".
Execution ended after 739652 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
}}}
but no love from a simple playbin pipe
{{{
$ gst-launch-0.10 playbin uri=file:///root/rtsp/test.mov
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
** Message: don't know how to handle video/x-h264, stream-format=(string)avc, alignment=(string)au, level=(string)4, profile=(string)constrained-baseline, codec_data=(buffer)0142c028ffe100236742c028f403c0113f2e022000007d000017701c00000301c9c3800005f5e11779705001000468ce3c80, width=(int)1920, height=(int)1080, framerate=(fraction)2997/100, pixel-aspect-ratio=(fraction)1/1
Missing element: H.264 decoder
** Message: don't know how to handle audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)1210, rate=(int)44100, channels=(int)2
Missing element: MPEG-4 AAC decoder
ERROR: from element /GstPlayBin:playbin0: You do not have a decoder installed to handle this file. You might need to install the necessary plugins.
Additional debug info:
gstplaybasebin.c(2323): prepare_output (): /GstPlayBin:playbin0
ERROR: pipeline doesn't want to preroll.
Setting pipeline to NULL ...
Freeing pipeline ...
}}}
i seem to have more plugins than a dog has fleas
{{{
$ gst-inspect-0.10
alsa: alsamixer: Alsa mixer
alsa: alsasrc: Audio source (ALSA)
alsa: alsasink: Audio sink (ALSA)
dvdlpcmdec: dvdlpcmdec: DVD LPCM Audio decoder
mpegaudioparse: mp3parse: MPEG1 Audio Parser
mpegaudioparse: xingmux: MP3 Xing muxer
siddec: siddec: Sid decoder
dvdread: dvdreadsrc: DVD Source
realmedia: pnmsrc: PNM packet receiver
realmedia: rtspreal: RealMedia RTSP Extension
realmedia: rdtmanager: RTP Decoder
realmedia: rdtdepay: RDT packet parser
realmedia: rademux: RealAudio Demuxer
realmedia: rmdemux: RealMedia Demuxer
a52dec: a52dec: ATSC A/52 audio decoder
mpegstream: dvddemux: DVD Demuxer
mpegstream: mpegdemux: MPEG Demuxer
mpegstream: mpegparse: MPEG System Parser
twolame: twolame: TwoLAME mp2 encoder
lame: lame: L.A.M.E. mp3 encoder
lame: lamemp3enc: L.A.M.E. mp3 encoder
dvdsub: dvdsubparse: DVD subtitle parser
dvdsub: dvdsubdec: DVD subtitle decoder
amrwbdec: amrwbdec: AMR-WB audio decoder
amrnb: amrnbenc: AMR-NB audio encoder
amrnb: amrnbdec: AMR-NB audio decoder
iec958: ac3iec958: AC3 to IEC958 filter
mpeg2dec: mpeg2dec: mpeg1 and mpeg2 video decoder
mad: mad: mad mp3 decoder
asf: rtpasfdepay: RTP ASF packet depayloader
asf: rtspwms: WMS RTSP Extension
asf: asfdemux: ASF Demuxer
cdio: cdiocddasrc: CD audio source (CDDA)
x264: x264enc: x264enc
navigationtest: navigationtest: Video navigation test
xvimagesink: xvimagesink: Video sink
gdkpixbuf: gdkpixbufdec: GdkPixbuf image decoder
gdkpixbuf: gdkpixbufsink: GdkPixbuf sink
gdkpixbuf: gdkpixbufscale: GdkPixbuf image scaler
shapewipe: shapewipe: Shape Wipe transition filter
matroska: matroskademux: Matroska demuxer
matroska: matroskaparse: Matroska parser
matroska: matroskamux: Matroska muxer
matroska: webmmux: WebM muxer
icydemux: icydemux: ICY tag demuxer
autoconvert: autoconvert: Select convertor based on caps
autoconvert: autovideoconvert: Select color space convertor based on caps
decodebin: decodebin: Decoder Bin
ossaudio: ossmixer: OSS Mixer
ossaudio: osssrc: Audio Source (OSS)
ossaudio: osssink: Audio Sink (OSS)
cutter: cutter: Audio cutter
audioconvert: audioconvert: Audio converter
replaygain: rganalysis: ReplayGain analysis
replaygain: rglimiter: ReplayGain limiter
replaygain: rgvolume: ReplayGain volume
cairo: cairotextoverlay: Text overlay
cairo: cairotimeoverlay: Time overlay
cairo: cairooverlay: Cairo overlay
cairo: cairorender: Cairo encoder
annodex: cmmlenc: CMML streams encoder
annodex: cmmldec: CMML stream decoder
camerabin2: viewfinderbin: Viewfinder Bin
camerabin2: wrappercamerabinsrc: V4l2 camera src element for camerabin
camerabin2: camerabin2: CameraBin2
pango: textoverlay: Text overlay
pango: timeoverlay: Time overlay
pango: clockoverlay: Clock overlay
pango: textrender: Text renderer
y4menc: y4menc: YUV4MPEG video encoder
dv: dvdemux: DV system stream demuxer
dv: dvdec: DV video decoder
wavenc: wavenc: WAV audio muxer
tcp: tcpclientsink: TCP client sink
tcp: tcpclientsrc: TCP client source
tcp: tcpserversink: TCP server sink
tcp: tcpserversrc: TCP server source
tcp: multifdsink: Multi filedescriptor sink
videocrop: videocrop: Crop
videocrop: aspectratiocrop: aspectratiocrop
deinterlace: deinterlace: Deinterlacer
cdparanoia: cdparanoiasrc: CD Audio (cdda) Source, Paranoia IV
audioparsers: aacparse: AAC audio stream parser
audioparsers: amrparse: AMR audio stream parser
audioparsers: ac3parse: AC3 audio stream parser
audioparsers: dcaparse: DTS Coherent Acoustics audio stream parser
audioparsers: flacparse: FLAC audio parser
audioparsers: mpegaudioparse: MPEG1 Audio Parser
encoding: encodebin: Encoder Bin
volume: volume: Volume
adder: adder: Adder
avi: avidemux: Avi demuxer
avi: avimux: Avi muxer
avi: avisubtitle: Avi subtitle parser
wavparse: wavparse: WAV audio demuxer
rtsp: rtspsrc: RTSP packet receiver
rtsp: rtpdec: RTP Decoder
flac: flacenc: FLAC audio encoder
flac: flacdec: FLAC audio decoder
flac: flactag: FLAC tagger
videobox: videobox: Video box filter
efence: efence: Electric Fence
libvisual: libvisual_bumpscope: libvisual Bumpscope plugin plugin v.0.0.1
libvisual: libvisual_corona: libvisual libvisual corona plugin plugin v.0.1
libvisual: libvisual_infinite: libvisual infinite plugin plugin v.0.1
libvisual: libvisual_jakdaw: libvisual Jakdaw plugin plugin v.0.0.1
libvisual: libvisual_jess: libvisual jess plugin plugin v.0.1
libvisual: libvisual_lv_analyzer: libvisual libvisual analyzer plugin v.1.0
libvisual: libvisual_lv_scope: libvisual libvisual scope plugin v.0.1
libvisual: libvisual_oinksie: libvisual oinksie plugin plugin v.0.1
goom: goom: GOOM: what a GOOM!
dtmf: dtmfdetect: DTMF detector element
dtmf: dtmfsrc: DTMF tone generator
dtmf: rtpdtmfsrc: RTP DTMF packet generator
dtmf: rtpdtmfdepay: RTP DTMF packet depayloader
smpte: smpte: SMPTE transitions
smpte: smptealpha: SMPTE transitions
ogg: oggdemux: Ogg demuxer
ogg: oggmux: Ogg muxer
ogg: ogmaudioparse: OGM audio stream parser
ogg: ogmvideoparse: OGM video stream parser
ogg: ogmtextparse: OGM text stream parser
ogg: oggparse: Ogg parser
ogg: oggaviparse: Ogg AVI parser
autodetect: autovideosink: Auto video sink
autodetect: autovideosrc: Auto video source
autodetect: autoaudiosink: Auto audio sink
autodetect: autoaudiosrc: Auto audio source
app: appsrc: AppSrc
app: appsink: AppSink
videorate: videorate: Video rate adjuster
subparse: subparse_typefind: srt, sub, mpsub, mdvd, smi, txt, dks
subparse: subparse: Subtitle parser
subparse: ssaparse: SSA Subtitle Parser
udp: udpsink: UDP packet sender
udp: multiudpsink: UDP packet sender
udp: dynudpsink: UDP packet sender
udp: udpsrc: UDP packet receiver
flv: flvdemux: FLV Demuxer
flv: flvmux: FLV muxer
gstrtpmanager: gstrtpbin: RTP Bin
gstrtpmanager: gstrtpjitterbuffer: RTP packet jitter-buffer
gstrtpmanager: gstrtpptdemux: RTP Demux
gstrtpmanager: gstrtpsession: RTP Session
gstrtpmanager: gstrtpssrcdemux: RTP SSRC Demux
jpegformat: jpegparse: JPEG stream parser
jpegformat: jifmux: JPEG stream muxer
interleave: interleave: Audio interleaver
interleave: deinterleave: Audio deinterleaver
audiofx: audiopanorama: Stereo positioning
audiofx: audioinvert: Audio inversion
audiofx: audiokaraoke: AudioKaraoke
audiofx: audioamplify: Audio amplifier
audiofx: audiodynamic: Dynamic range controller
audiofx: audiocheblimit: Low pass & high pass filter
audiofx: audiochebband: Band pass & band reject filter
audiofx: audioiirfilter: Audio IIR filter
audiofx: audiowsinclimit: Low pass & high pass filter
audiofx: audiowsincband: Band pass & band reject filter
audiofx: audiofirfilter: Audio FIR filter
audiofx: audioecho: Audio echo
gio: giosink: GIO sink
gio: giosrc: GIO source
gio: giostreamsink: GIO stream sink
gio: giostreamsrc: GIO stream source
oss4: oss4sink: OSS v4 Audio Sink
oss4: oss4src: OSS v4 Audio Source
oss4: oss4mixer: OSS v4 Audio Mixer
aasink: aasink: ASCII art video sink
videoscale: videoscale: Video scaler
wavpack: wavpackparse: Wavpack parser
wavpack: wavpackdec: Wavpack audio decoder
wavpack: wavpackenc: Wavpack audio encoder
videotestsrc: videotestsrc: Video test source
taglib: id3v2mux: TagLib-based ID3v2 Muxer
taglib: apev2mux: TagLib-based APEv2 Muxer
shout2send: shout2send: Icecast network sink
alpha: alpha: Alpha filter
png: pngdec: PNG image decoder
png: pngenc: PNG image encoder
audiorate: audiorate: Audio rate adjuster
imagefreeze: imagefreeze: Still frame stream generator
effectv: edgetv: EdgeTV effect
effectv: agingtv: AgingTV effect
effectv: dicetv: DiceTV effect
effectv: warptv: WarpTV effect
effectv: shagadelictv: ShagadelicTV
effectv: vertigotv: VertigoTV effect
effectv: revtv: RevTV effect
effectv: quarktv: QuarkTV effect
effectv: optv: OpTV effect
effectv: radioactv: RadioacTV effect
effectv: streaktv: StreakTV effect
effectv: rippletv: RippleTV effect
soup: souphttpsrc: HTTP client source
soup: souphttpclientsink: HTTP client sink
equalizer: equalizer-nbands: N Band Equalizer
equalizer: equalizer-3bands: 3 Band Equalizer
equalizer: equalizer-10bands: 10 Band Equalizer
alphacolor: alphacolor: Alpha color filter
monoscope: monoscope: Monoscope
audioresample: audioresample: Audio resampler
rtpmux: rtpmux: RTP muxer
rtpmux: rtpdtmfmux: RTP muxer
jpeg: jpegenc: JPEG image encoder
jpeg: jpegdec: JPEG image decoder
jpeg: smokeenc: Smoke video encoder
jpeg: smokedec: Smoke video decoder
typefindfunctions: video/x-ms-asf: asf, wm, wma, wmv
typefindfunctions: audio/x-musepack: mpc, mpp, mp+
typefindfunctions: audio/x-au: au, snd
typefindfunctions: video/x-msvideo: avi
typefindfunctions: audio/qcelp: qcp
typefindfunctions: video/x-cdxa: dat
typefindfunctions: video/x-vcd: dat
typefindfunctions: audio/x-imelody: imy, ime, imelody
typefindfunctions: audio/midi: mid, midi
typefindfunctions: audio/riff-midi: mid, midi
typefindfunctions: audio/mobile-xmf: mxmf
typefindfunctions: video/x-fli: flc, fli
typefindfunctions: application/x-id3v2: mp3, mp2, mp1, mpga, ogg, flac, tta
typefindfunctions: application/x-id3v1: mp3, mp2, mp1, mpga, ogg, flac, tta
typefindfunctions: application/x-apetag: mp3, ape, mpc, wv
typefindfunctions: audio/x-ttafile: tta
typefindfunctions: audio/x-mod: 669, amf, dsm, gdm, far, imf, it, med, mod, mtm, okt, sam, s3m, stm, stx, ult, xm
typefindfunctions: audio/mpeg: mp3, mp2, mp1, mpga
typefindfunctions: audio/x-ac3: ac3, eac3
typefindfunctions: audio/x-dts: dts
typefindfunctions: audio/x-gsm: gsm
typefindfunctions: video/mpeg-sys: mpe, mpeg, mpg
typefindfunctions: video/mpegts: ts, mts
typefindfunctions: application/ogg: anx, ogg, ogm
typefindfunctions: video/mpeg-elementary: mpv, mpeg, mpg
typefindfunctions: video/mpeg4: m4v
typefindfunctions: video/x-h263: h263, 263
typefindfunctions: video/x-h264: h264, x264, 264
typefindfunctions: video/x-nuv: nuv
typefindfunctions: audio/x-m4a: m4a
typefindfunctions: application/x-3gp: 3gp
typefindfunctions: video/quicktime: mov
typefindfunctions: image/x-quicktime: qif, qtif, qti
typefindfunctions: image/jp2: jp2
typefindfunctions: video/mj2: mj2
typefindfunctions: text/html: htm, html
typefindfunctions: application/vnd.rn-realmedia: ra, ram, rm, rmvb
typefindfunctions: application/x-pn-realaudio: ra, ram, rm, rmvb
typefindfunctions: application/x-shockwave-flash: swf, swfl
typefindfunctions: video/x-flv: flv
typefindfunctions: text/plain: txt
typefindfunctions: text/utf-16: txt
typefindfunctions: text/utf-32: txt
typefindfunctions: text/uri-list: ram
typefindfunctions: application/x-hls: m3u8
typefindfunctions: application/sdp: sdp
typefindfunctions: application/smil: smil
typefindfunctions: application/xml: xml
typefindfunctions: audio/x-wav: wav
typefindfunctions: audio/x-aiff: aiff, aif, aifc
typefindfunctions: audio/x-svx: iff, svx
typefindfunctions: audio/x-paris: paf
typefindfunctions: audio/x-nist: nist
typefindfunctions: audio/x-voc: voc
typefindfunctions: audio/x-sds: sds
typefindfunctions: audio/x-ircam: sf
typefindfunctions: audio/x-w64: w64
typefindfunctions: audio/x-shorten: shn
typefindfunctions: application/x-ape: ape
typefindfunctions: image/jpeg: jpg, jpe, jpeg
typefindfunctions: image/gif: gif
typefindfunctions: image/png: png
typefindfunctions: image/bmp: bmp
typefindfunctions: image/tiff: tif, tiff
typefindfunctions: image/x-portable-pixmap: pnm, ppm, pgm, pbm
typefindfunctions: video/x-matroska: mkv, mka
typefindfunctions: video/webm: webm
typefindfunctions: application/mxf: mxf
typefindfunctions: video/x-mve: mve
typefindfunctions: video/x-dv: dv, dif
typefindfunctions: audio/x-amr-nb-sh: amr
typefindfunctions: audio/x-amr-wb-sh: amr
typefindfunctions: audio/iLBC-sh: ilbc
typefindfunctions: audio/x-sid: sid
typefindfunctions: image/x-xcf: xcf
typefindfunctions: video/x-mng: mng
typefindfunctions: image/x-jng: jng
typefindfunctions: image/x-xpixmap: xpm
typefindfunctions: image/x-sun-raster: ras
typefindfunctions: application/x-bzip: bz2
typefindfunctions: application/x-gzip: gz
typefindfunctions: application/zip: zip
typefindfunctions: application/x-compress: Z
typefindfunctions: subtitle/x-kate: no extensions
typefindfunctions: audio/x-flac: flac
typefindfunctions: audio/x-vorbis: no extensions
typefindfunctions: video/x-theora: no extensions
typefindfunctions: application/x-ogm-video: no extensions
typefindfunctions: application/x-ogm-audio: no extensions
typefindfunctions: application/x-ogm-text: no extensions
typefindfunctions: audio/x-speex: no extensions
typefindfunctions: audio/x-celt: no extensions
typefindfunctions: application/x-ogg-skeleton: no extensions
typefindfunctions: text/x-cmml: no extensions
typefindfunctions: application/x-executable: no extensions
typefindfunctions: audio/aac: aac, adts, adif, loas
typefindfunctions: audio/x-spc: spc
typefindfunctions: audio/x-wavpack: wv, wvp
typefindfunctions: audio/x-wavpack-correction: wvc
typefindfunctions: application/postscript: ps
typefindfunctions: image/svg+xml: svg
typefindfunctions: application/x-rar: rar
typefindfunctions: application/x-tar: tar
typefindfunctions: application/x-ar: a
typefindfunctions: application/x-ms-dos-executable: dll, exe, ocx, sys, scr, msstyles, cpl
typefindfunctions: video/x-dirac: no extensions
typefindfunctions: multipart/x-mixed-replace: no extensions
typefindfunctions: application/x-mmsh: no extensions
typefindfunctions: video/vivo: viv
typefindfunctions: audio/x-nsf: nsf
typefindfunctions: audio/x-gym: gym
typefindfunctions: audio/x-ay: ay
typefindfunctions: audio/x-gbs: gbs
typefindfunctions: audio/x-vgm: vgm
typefindfunctions: audio/x-sap: sap
typefindfunctions: video/x-ivf: ivf
typefindfunctions: audio/x-kss: kss
typefindfunctions: application/pdf: pdf
typefindfunctions: application/msword: doc
typefindfunctions: application/octet-stream: DS_Store
typefindfunctions: image/vnd.adobe.photoshop: psd
typefindfunctions: image/vnd.wap.wbmp: no extensions
typefindfunctions: application/x-yuv4mpeg: y4m
typefindfunctions: image/x-icon: no extensions
typefindfunctions: xdgmime-base: no extensions
typefindfunctions: image/x-degas: no extensions
video4linux2: v4l2src: Video (video4linux2) Source
video4linux2: v4l2sink: Video (video4linux2) Sink
video4linux2: v4l2radio: Radio (video4linux2) Tuner
spectrum: spectrum: Spectrum analyzer
goom2k1: goom2k1: GOOM: what a GOOM! 2k1 edition
audiotestsrc: audiotestsrc: Audio test source
uridecodebin: decodebin2: Decoder Bin
uridecodebin: uridecodebin: URI Decoder
multifile: multifilesrc: Multi-File Source
multifile: multifilesink: Multi-File Sink
multifile: splitfilesrc: Split-File Source
debug: breakmydata: Break my data
debug: capssetter: CapsSetter
debug: rndbuffersize: Random buffer size
debug: navseek: Seek based on left-right arrows
debug: pushfilesrc: Push File Source
debug: progressreport: Progress report
debug: taginject: TagInject
debug: testsink: Test plugin
debug: capsdebug: Caps debug
debug: cpureport: CPU report
shm: shmsrc: Shared Memory Source
shm: shmsink: Shared Memory Sink
coreelements: capsfilter: CapsFilter
coreelements: fakesrc: Fake Source
coreelements: fakesink: Fake Sink
coreelements: fdsrc: Filedescriptor Source
coreelements: fdsink: Filedescriptor Sink
coreelements: filesrc: File Source
coreelements: funnel: Funnel pipe fitting
coreelements: identity: Identity
coreelements: input-selector: Input selector
coreelements: output-selector: Output selector
coreelements: queue: Queue
coreelements: queue2: Queue 2
coreelements: filesink: File Sink
coreelements: tee: Tee pipe fitting
coreelements: typefind: TypeFind
coreelements: multiqueue: MultiQueue
coreelements: valve: Valve element
gdp: gdpdepay: GDP Depayloader
gdp: gdppay: GDP Payloader
ximagesrc: ximagesrc: Ximage video source
1394: dv1394src: Firewire (1394) DV video source
1394: hdv1394src: Firewire (1394) HDV video source
playback: playbin: Player Bin
playback: playbin2: Player Bin 2
playback: playsink: Player Sink
playback: subtitleoverlay: Subtitle Overlay
speex: speexenc: Speex audio encoder
speex: speexdec: Speex audio decoder
theora: theoradec: Theora video decoder
theora: theoraenc: Theora video encoder
theora: theoraparse: Theora video parser
videomixer: videomixer: Video mixer
videomixer: videomixer2: Video mixer 2
apetag: apedemux: APE tag demuxer
auparse: auparse: AU audio demuxer
camerabin: camerabin: Camera Bin
mulaw: mulawenc: Mu Law audio encoder
mulaw: mulawdec: Mu Law audio decoder
flxdec: flxdec: FLX video decoder
jack: jackaudiosrc: Audio Source (Jack)
jack: jackaudiosink: Audio Sink (Jack)
vorbis: vorbisenc: Vorbis audio encoder
vorbis: vorbisdec: Vorbis audio decoder
vorbis: vorbisparse: VorbisParse
vorbis: vorbistag: VorbisTag
coreindexers: memindex: A index that stores entries in memory
coreindexers: fileindex: A index that stores entries in file
id3demux: id3demux: ID3 tag demuxer
multipart: multipartdemux: Multipart demuxer
multipart: multipartmux: Multipart muxer
liveadder: liveadder: Live Adder element
ximagesink: ximagesink: Video sink
rtp: rtpdepay: Dummy RTP session manager
rtp: rtpac3depay: RTP AC3 depayloader
rtp: rtpac3pay: RTP AC3 audio payloader
rtp: rtpbvdepay: RTP BroadcomVoice depayloader
rtp: rtpbvpay: RTP BV Payloader
rtp: rtpceltdepay: RTP CELT depayloader
rtp: rtpceltpay: RTP CELT payloader
rtp: rtpdvdepay: RTP DV Depayloader
rtp: rtpdvpay: RTP DV Payloader
rtp: rtpgstdepay: GStreamer depayloader
rtp: rtpgstpay: RTP GStreamer payloader
rtp: rtpilbcpay: RTP iLBC Payloader
rtp: rtpilbcdepay: RTP iLBC depayloader
rtp: rtpg722depay: RTP audio depayloader
rtp: rtpg722pay: RTP audio payloader
rtp: rtpg723depay: RTP G.723 depayloader
rtp: rtpg723pay: RTP G.723 payloader
rtp: rtpg726depay: RTP G.726 depayloader
rtp: rtpg726pay: RTP G.726 payloader
rtp: rtpg729depay: RTP G.729 depayloader
rtp: rtpg729pay: RTP G.729 payloader
rtp: rtpgsmdepay: RTP GSM depayloader
rtp: rtpgsmpay: RTP GSM payloader
rtp: rtpamrdepay: RTP AMR depayloader
rtp: rtpamrpay: RTP AMR payloader
rtp: rtppcmadepay: RTP PCMA depayloader
rtp: rtppcmudepay: RTP PCMU depayloader
rtp: rtppcmupay: RTP PCMU payloader
rtp: rtppcmapay: RTP PCMA payloader
rtp: rtpmpadepay: RTP MPEG audio depayloader
rtp: rtpmpapay: RTP MPEG audio payloader
rtp: rtpmparobustdepay: RTP MPEG audio depayloader
rtp: rtpmpvdepay: RTP MPEG video depayloader
rtp: rtpmpvpay: RTP MPEG2 ES video payloader
rtp: rtph263ppay: RTP H263 payloader
rtp: rtph263pdepay: RTP H263 depayloader
rtp: rtph263depay: RTP H263 depayloader
rtp: rtph263pay: RTP H263 packet payloader
rtp: rtph264depay: RTP H264 depayloader
rtp: rtph264pay: RTP H264 payloader
rtp: rtpj2kdepay: RTP JPEG 2000 depayloader
rtp: rtpj2kpay: RTP JPEG 2000 payloader
rtp: rtpjpegdepay: RTP JPEG depayloader
rtp: rtpjpegpay: RTP JPEG payloader
rtp: rtpL16pay: RTP audio payloader
rtp: rtpL16depay: RTP audio depayloader
rtp: asteriskh263: RTP Asterisk H263 depayloader
rtp: rtpmp1sdepay: RTP MPEG1 System Stream depayloader
rtp: rtpmp2tdepay: RTP MPEG Transport Stream depayloader
rtp: rtpmp2tpay: RTP MPEG2 Transport Stream payloader
rtp: rtpmp4vpay: RTP MPEG4 Video payloader
rtp: rtpmp4vdepay: RTP MPEG4 video depayloader
rtp: rtpmp4apay: RTP MPEG4 audio payloader
rtp: rtpmp4adepay: RTP MPEG4 audio depayloader
rtp: rtpmp4gdepay: RTP MPEG4 ES depayloader
rtp: rtpmp4gpay: RTP MPEG4 ES payloader
rtp: rtpqcelpdepay: RTP QCELP depayloader
rtp: rtpqdm2depay: RTP QDM2 depayloader
rtp: rtpsirenpay: RTP Payloader for Siren Audio
rtp: rtpsirendepay: RTP Siren packet depayloader
rtp: rtpspeexpay: RTP Speex payloader
rtp: rtpspeexdepay: RTP Speex depayloader
rtp: rtpsv3vdepay: RTP SVQ3 depayloader
rtp: rtptheoradepay: RTP Theora depayloader
rtp: rtptheorapay: RTP Theora payloader
rtp: rtpvorbisdepay: RTP Vorbis depayloader
rtp: rtpvorbispay: RTP Vorbis depayloader
rtp: rtpvrawdepay: RTP Raw Video depayloader
rtp: rtpvrawpay: RTP Raw Video payloader
alaw: alawenc: A Law audio encoder
alaw: alawdec: A Law audio decoder
cacasink: cacasink: A colored ASCII art video sink
videofilter: gamma: Video gamma correction
videofilter: videobalance: Video balance
videofilter: videoflip: Video flipper
level: level: Level
isomp4: qtdemux: QuickTime demuxer
isomp4: rtpxqtdepay: RTP packet depayloader
isomp4: qtmux: QuickTime Muxer
isomp4: mp4mux: MP4 Muxer
isomp4: ismlmux: ISML Muxer
isomp4: 3gppmux: 3GPP Muxer
isomp4: gppmux: 3GPP Muxer
isomp4: mj2mux: MJ2 Muxer
isomp4: qtmoovrecover: QT Moov Recover
ffmpegcolorspace: ffmpegcolorspace: FFMPEG Colorspace converter
staticelements: bin: Generic bin
staticelements: pipeline: Pipeline object
Total count: 124 plugins, 497 features
}}}
More information about the gstreamer-devel
mailing list