Troubleshooting GStreamer Color Transfer plugin
GStreamer Color Transfer |
---|
GStreamer Color Transfer Basics |
Evaluating GstColorTransfer |
Building GStreamer Color Transfer |
PC Pipelines |
Tegra Pipelines |
Troubleshooting |
Releases |
Contact Us |
The first level of debug to troubleshoot a failing binary is to inspect GStreamer debug output.
GST_DEBUG=2 gst-launch-1.0
Additionally you can set an specific debug level higher. To set colortransfer to "trace" level and the rest of the pipeline to warning level:
GST_DEBUG=colortransfer:7,2 gst-launch-1.0
If the output doesn't help you figure out the problem, please contact support@ridgerun.com with the output of the GStreamer debug and any additional information you consider useful.
If the plug-in is not being recognized, please provide the output of the following command:
gst-inspect-1.0 libgstcolortransfer.so