Changes between Version 1 and Version 2 of Yocto/gstreamer


Ignore:
Timestamp:
03/12/2018 07:12:51 PM (6 years ago)
Author:
Tim Harvey
Comment:

fixed broken image link and updated troubleshooting example

Legend:

Unmodified
Added
Removed
Modified
  • Yocto/gstreamer

    v1 v2  
    140140
    141141Here is a graphical example of a pipeline. [[BR]]
    142 [[Image(http://docs.gstreamer.com/download/attachments/327784/simple-player.png?version=1&modificationDate=1333442995365, 512px)]]
     142[[Image(https://gstreamer.freedesktop.org/documentation/tutorials/basic/images/figure-1.png, 512px)]]
    143143
    144144The most basic and important things to know is the pipeline '!'. This is a pipe, similar to Linux's pipe '|'. It takes the output of one element and inputs it into the next
     
    256256You can enable debug output for Gstreamer by using the [http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-checklist-debug.html '--gst-debug'] parameter to gst-launch or by setting the [http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html GST_DEBUG]  environment variable.
    257257
    258 For example, if you wanted to see DEBUG level messages for the mfw_v4lsrc plugin you can set GST_DEBUG=mfw_v4lsrc:4
     258For example, if you wanted to see DEBUG level messages for the {{{videotestsrc}}} plugin you can set GST_DEBUG=videotestsrc:4
    259259
    260260References: