Error imxvpudecoder0

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

Error imxvpudecoder0

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 '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.
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
Reply | Threaded
Open this post in threaded view
|

AW: Error imxvpudecoder0

Thornton, Keith

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
Gesendet: Freitag, 10. August 2018 13:12
An: [hidden email]
Betreff: Error imxvpudecoder0

 

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 '

 

 

 

Error received from element imxvpudecoder0: Could not initialize supporting library.
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
Reply | Threaded
Open this post in threaded view
|

Re: Error imxvpudecoder0

rachelgomez161999
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