How to compile and put single plugin in system, for nice debugging

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to compile and put single plugin in system, for nice debugging

Ignas Brašiškis
Hello I am considering really writing decoder plugin for gstreamer (I am thinking about HW hap decoder, shame I seen only software one from ffmpeg and wrapper). But before I can do anything, I have to debug pipeline demuxers (avi and mov) to see if they accept format and what metadata they see.
How do you compile plugins seperately and put to the running system for development? Or just run entire compilation. How do you setup your environments?

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: How to compile and put single plugin in system, for nice debugging

Thiago Sousa Santos-2


On Sun, Jul 3, 2016 at 8:41 PM, Ignas Brašiškis <[hidden email]> wrote:
Hello I am considering really writing decoder plugin for gstreamer (I am thinking about HW hap decoder, shame I seen only software one from ffmpeg and wrapper). But before I can do anything, I have to debug pipeline demuxers (avi and mov) to see if they accept format and what metadata they see.
How do you compile plugins seperately and put to the running system for development? Or just run entire compilation. How do you setup your environments?

There is a gst-uninstalled script that sets up an environment to be able to build gstreamer libraries/plugins and develop on top them without having to install to the system. Check gstreamer/scripts/gst-uninstalled (it has headers with some instructions).

 

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel




--
Thiago Sousa Santos

_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel