GStreamer Daemon - Troubleshooting: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
Line 3: Line 3:
This wiki show how debug a pipeline using the [[Gstd-1.0 - Enabling the Debug Subsystem|debug enable]].  
This wiki show how debug a pipeline using the [[Gstd-1.0 - Enabling the Debug Subsystem|debug enable]].  


==Debug Enable==
To debug a pipeline one easy way is enable the debug using gstd, next examples shows how to do it, and what is the expected output when some works good or fail.  
To debug a pipeline one easy way is enable the debug using gstd, next examples shows how to do it, and what is the expected output when some works good or fail.  


Line 18: Line 19:




==Output when everything works good==
===Output when everything works good===
   
   
[[File:Error.png|1500px|thumbnail|center|]]
[[File:Error.png|1500px|thumbnail|center|]]


==Output when something goes wrong==
===Output when something goes wrong===


[[File:Wo-error.png|1700px|thumbnail|center| ]]
[[File:Wo-error.png|1700px|thumbnail|center| ]]


== RidgeRun Support ==
<center>
[[File:RR Contact Us.png|200px|link=http://www.ridgerun.com/contact]]
</center>
}}
}}

Revision as of 16:13, 6 July 2017


Interpipesink

Home

Releases


This wiki show how debug a pipeline using the debug enable.

Debug Enable

To debug a pipeline one easy way is enable the debug using gstd, next examples shows how to do it, and what is the expected output when some works good or fail.

pipeline_create p1 videotestsrc ! autovideosink
pipeline_play p1
debug_enable true 
debug_threshold 6
debug_color true 
pipeline_create p playbin uri=file://tmp/video.mp4
pipeline_play p


Output when everything works good

Output when something goes wrong


RidgeRun Support



Interpipesink

Home

Releases