About a difference of Gstreamer version for MX6 Linux BSP

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About a difference of Gstreamer version for MX6 Linux BSP

Jump to solution
826 Views
yuuki
Senior Contributor II

Dear all,

We use Linux L3 .10.53 BSP on i.MX6DualLite.
When Video Playback is run in succession by using Gstreamer, the following error occurs.

==================================================================================
GLib-GObject-CRITICAL **: g_object_ref: assertion 'object->ref_count > 0' failed
GStreamer-CRITICAL **: gst_bin_iterate_elements: assertion 'GST_IS_BIN (bin)' failed
GStreamer-CRITICAL **: gst_iterator_filter: assertion 'it != NULL' failed
GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
GStreamer-CRITICAL **: gst_iterator_next: assertion 'it != NULL' failed
GLib-GObject-CRITICAL **: g_value_unset: assertion 'G_IS_VALUE (value)' failed
GStreamer-CRITICAL **: gst_iterator_free: assertion 'it != NULL' failed
GStreamer-CRITICAL **: gst_element_iterate_src_pads: assertion 'GST_IS_ELEMENT (element)' failed
GStreamer-CRITICAL **: gst_iterator_next: assertion 'it != NULL' failed
GLib-GObject-CRITICAL **: g_value_unset: assertion 'G_IS_VALUE (value)' failed
GStreamer-CRITICAL **: gst_iterator_free: assertion 'it != NULL' failed
==================================================================================

We found a following thread of Community.
https://community.nxp.com/thread/357567

According to these contents, I seem that Gstreamer version 1.4 has a problem.
(There is the same problem with Gstreamer ver1.2 of L3.10.53.)
 " For long time video playback, ..."

On the other hand, In Gstreamer version 1.8 of L4.1.15, this description is deleted.

<Questions>
 - Is there the detailed information about the modified contents of this part?
 - Is there the method to port this modified point to Gstreamer version 1.4(or version 1.2)?

May I have any advice?

Best Regards,
Yuuki

Labels (4)
0 Kudos
1 Solution
608 Views
joanxie
NXP TechSupport
NXP TechSupport

I dont' have detailed information about this issue, in the old bsp, if runing more than 12 hours, maybe cased some random issue, for install new gstreamer I send the link to you for reference, you can refer to it to install new gstreamer

GStreamer-devel - How do I install Gstreamer 1.8.3 under Ubuntu 14.04? 

View solution in original post

0 Kudos
2 Replies
609 Views
joanxie
NXP TechSupport
NXP TechSupport

I dont' have detailed information about this issue, in the old bsp, if runing more than 12 hours, maybe cased some random issue, for install new gstreamer I send the link to you for reference, you can refer to it to install new gstreamer

GStreamer-devel - How do I install Gstreamer 1.8.3 under Ubuntu 14.04? 

0 Kudos
608 Views
yuuki
Senior Contributor II

joanxie

Dear Joan-san,

Thank you for your support.

The cause was mismatched for a state of Gstreamer.
We were able to evade a problem by modifying application.

Best Regards,

Yuuki

0 Kudos