Playing video by gstreamer and got some error messages

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Playing video by gstreamer and got some error messages

3,607 次查看
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

标签 (2)
标记 (1)
0 项奖励
回复
1 回复

2,012 次查看
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 项奖励
回复