SOLVED: GST_ELEMENT_ERROR problem

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

SOLVED: GST_ELEMENT_ERROR problem

killerrats
Administrator
This post was updated on .
I got the source code from  GstSplitMuxSink.c
<https://github.com/GStreamer/gst-plugins-good/blob/master/gst/multifile/gstsplitmuxsink.c

On line 1511 it says "cannot initialize local variable'__dbg' of type
gchar*'with lvalue of type'gchar*(const gchar*format,...)'

I'm trying to figure it out. Anyone?



-----
------------------------------
Gstreamer 1.12.4
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows
Reply | Threaded
Open this post in threaded view
|

Re: GST_ELEMENT_ERROR problem

killerrats
Administrator
figured out it was just parenthesis around the NULL.

GST_ELEMENT_ERROR(splitmux, RESOURCE, SETTINGS,
                ("Could not create the new muxer/sink"), (NULL));

using a visual studio to put together.



-----
------------------------------
Gstreamer 1.12.4
------------------------------
Windows
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
------------------------------
Gstreamer 1.16.2
------------------------------
Windows