Troubleshooting GStreamer Color Transfer plugin

From RidgeRun Developer Wiki



Previous: Tegra Pipelines Index Next: Releases




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


Previous: Tegra Pipelines Index Next: Releases