Changes between Version 13 and Version 14 of gstreamer


Ignore:
Timestamp:
03/20/2020 07:10:30 PM (4 years ago)
Author:
Tim Harvey
Comment:

updated links for alsa device details

Legend:

Unmodified
Added
Removed
Modified
  • gstreamer

    v13 v14  
    765765If not specified via the {{{device}}} property, the device used for alsasrc and alsasink will depend on {{{/etc/asound.conf}}} and/or {{{~/.asoundrc}}}.
    766766
    767 See [wiki:ventana/audio#devices here] for details on specifying audio input and output devices on the Ventana product family.
    768 
    769 Playback and Capture also depends on your ALSA mixer ({{{amixer}}}) settings. See [wiki:ventana/audio#Mixermuxgainvolume mixer settings] for more info.
     767See [wiki:linux/audio#alsa linux/audio] for details on specifying audio input and output devices on the Ventana product family.
     768
     769Playback and Capture also depends on your ALSA mixer ({{{amixer}}}) settings. See [wiki:linux/audio#amixer linux/audio#amixer] for more info.
    770770
    771771
    772772[=#audio-output]
    773773== Audio Output via Linux ALSA driver and GStreamer alsasink
    774 Generally, a 'sink' element is one that will take an audio stream and send it to an audio device. Please refer to [wiki:ventana/audio this audio] page for more details on audio devices on the ventana platform.
     774Generally, a 'sink' element is one that will take an audio stream and send it to an audio device. Please refer to [wiki:linux/audio linux/audio] for more details on audio devices on the ventana platform.
    775775
    776776This {{{alsasink}}} element can accept any of the following formats via {{{audio/x-raw}}}: S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE
     
    786786[=#audio-input]
    787787== Audio Input via Linux ALSA driver and GStreamer alsasrc
    788 An input source is anything coming from a capture device on the SBC, e.g. HDMI audio in/analog audio in. Please refer to [wiki:ventana/audio this audio] page for more details on audio devices on the ventana platform.
     788An input source is anything coming from a capture device on the SBC, e.g. HDMI audio in/analog audio in. Please refer to [wiki:linux/audio linux/audio] for more details on audio devices on the ventana platform.
    789789
    790790The {{{alsasrc}}} element can output the following source types in {{{audio/x-raw}}}: S8, U8, S16LE, S16BE, U16LE, U16BE, S24_32LE, S24_32BE, U24_32LE, U24_32BE, S32LE, S32BE, U32LE, U32BE, S24LE, S24BE, U24LE, U24BE, S20LE, S20BE, U20LE, U20BE, S18LE, S18BE, U18LE, U18BE, F32LE, F32BE, F64LE, F64BE