Playing video by gstreamer and got some error messages

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

Playing video by gstreamer and got some error messages

2,820 Views
charleshuang
Senior Contributor II

We have an issue about gstreamer error while playing video in the long time.

Use this command to play video:

gst-launch filesrc location=[Video Path] typefind=true ! aiurdemux name=demux demux. ! queue max-size-buffers=0 max-size-time=0 ! vpudec ! mfw_v4lsink demux. ! queue max-size-buffers=0 max-size-time=0 ! beepdec ! autoaudiosink

Error Messages:

----

(gst-launch-0.10:6662): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed

(gst-launch-0.10:6662): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed

(gst-launch-0.10:6662): GStreamer-CRITICAL **: gst_object_unref: assertion `((GObject *) object)->ref_count > 0' failed

(gst-launch-0.10:6662): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed

(gst-launch-0.10:6662): GStreamer-CRITICAL **: gst_object_unref: assertion `((GObject *) object)->ref_count > 0' failed

New clock: GstSystemClock

(gst-launch-0.10:6662): GStreamer-CRITICAL **: gst_object_unref: assertion `((GObject *) object)->ref_count > 0' failed

[1;32m[--->FINALIZE aiurdemux

[0m

(gst-launch-0.10:6662): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed

(gst-launch-0.10:6662): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GstAiurDemux'

(gst-launch-0.10:6662): GStreamer-CRITICAL **: gst_object_unref: assertion `((GObject *) object)->ref_count > 0' failed

--

Can you provide any advice about this issue?

Thanks

Labels (2)
Tags (1)
0 Kudos
1 Reply

1,225 Views
igorpadykov
NXP Employee
NXP Employee

Hi charles

reason may be as described in sect.6.3 Known issues and limitations for multimedia

i.MX_Linux_Release_Notes.pdf from L3.14.28_1.0.0_LINUX_DOCS

Known issues and limitations.jpg

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos