Changes between Version 1 and Version 2 of Yocto/gstreamer
- Timestamp:
- 03/12/2018 07:12:51 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Yocto/gstreamer
v1 v2 140 140 141 141 Here 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)]] 143 143 144 144 The 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 … … 256 256 You 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. 257 257 258 For example, if you wanted to see DEBUG level messages for the mfw_v4lsrc plugin you can set GST_DEBUG=mfw_v4lsrc:4258 For example, if you wanted to see DEBUG level messages for the {{{videotestsrc}}} plugin you can set GST_DEBUG=videotestsrc:4 259 259 260 260 References: