Hi all, Recently I have updated gstreamer version from 1.16.0 to version 1.18.2. As usually I use "export GST_DEBUG=7" but I see no gstreamer logs. Still some logs exists like this: (gst-launch-1.0:3320): GStreamer-CRITICAL **: gst_bin_add: assertion 'GST_IS_ELEMENT (element)' failed But debug of info level messages are not shown. Please advise now I can get it solved. Thanks, Vladimir _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le vendredi 18 décembre 2020 à 13:10 +0300, Vladimir Tyutin a écrit :
> Hi all,Recently I have updated gstreamer version from 1.16.0 to version > 1.18.2. > As usually I use "export GST_DEBUG=7" but I see no gstreamer logs. > Still some logs exists like this: > (gst-launch-1.0:3320): GStreamer-CRITICAL **: gst_bin_add: assertion > 'GST_IS_ELEMENT (element)' failed > > But debug of info level messages are not shown. > Please advise now I can get it solved. How did you setup your build ? Perhaps you have set -Dgst_debug=false ? That would compiled out the debug traces in GStreamer. What you have remaining here is controlled through -Dglib-asserts=true/false. > > Thanks, > Vladimir > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Yes, you are absolutely right, -Dgst_debug was set to false in gstreamer1 makefile. That's was the reason Thanks for your quick reply. On Fri, Dec 18, 2020 at 7:50 PM Nicolas Dufresne <[hidden email]> wrote: Le vendredi 18 décembre 2020 à 13:10 +0300, Vladimir Tyutin a écrit : _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |