In ubuntu 16 code is working fine but In ubuntu 14 showing msg.... (GstFile123:8815): GLib-GObject-WARNING **: g_object_set_valist: object class 'GstMultiFileSink' has no property named 'multifilesink' (GstFile123:8815): GLib-GObject-WARNING **: g_object_set_valist: object class 'GstMultiFileSink' has no property named 'multifilesink' (GstFile123:8815): GLib-GObject-WARNING **: g_object_set_valist: object class 'GstMultiFileSink' has no property named 'max-files ' Debugging information: gstvideodecoder.c(2131): gst_video_decoder_change_state (): /GstPipeline:test-pipeline/GstURIDecodeBin:source/GstDecodeBin:decodebin0/GstImxVpuDecoder:imxvpudecoder0: Please Help! _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi, in my gstreamer multifilesink I see a parameter max-files but I don’t see a parameter multifilesink Von: gstreamer-devel [mailto:[hidden email]]
Im Auftrag von Shubham Shrivastava In ubuntu 16 code is working fine but In ubuntu 14 showing msg.... (GstFile123:8815): GLib-GObject-WARNING **: g_object_set_valist: object class 'GstMultiFileSink' has no property named 'multifilesink'
(GstFile123:8815): GLib-GObject-WARNING **: g_object_set_valist: object class 'GstMultiFileSink' has no property named 'max-files ' Error received from element imxvpudecoder0: Could not initialize supporting library. Please Help! _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Shubham Shrivastava
The error message you are seeing suggests that there is a compatibility issue with the "GstMultiFileSink" and "GstImxVpuDecoder" elements in the code you are running on Ubuntu 14. These elements may not be supported or may have different properties in Ubuntu 14 compared to Ubuntu 16.
To fix the issue, you may need to update the code to use elements that are compatible with Ubuntu 14, or modify the properties of the "GstMultiFileSink" and "GstImxVpuDecoder" elements to match the version of GStreamer installed on Ubuntu 14. You may also need to ensure that the necessary GStreamer plugins are installed on Ubuntu 14 for these elements to function properly. You can check the GStreamer documentation or the Ubuntu package repository for information on how to install these plugins. Regards, Rachel Gomez |
Free forum by Nabble | Edit this page |