Changes between Version 5 and Version 6 of gstreamer


Ignore:
Timestamp:
02/26/2020 11:25:10 PM (5 years ago)
Author:
Tim Harvey
Comment:

fix typo

Legend:

Unmodified
Added
Removed
Modified
  • gstreamer

    v5 v6  
    831831 * Decode MPEG Layer 3 audio and playback to the default audio device  with the following:
    832832{{{#!bash
    833 gst-launch-1.0 filesrc location=file.mp3 ! mpegaudioparse ! mpg123audodec ! alsasink
     833gst-launch-1.0 filesrc location=file.mp3 ! mpegaudioparse ! mpg123audiodec ! alsasink
    834834}}}
    835835