Avnu / tsn-doc

Documentation on TSN Linux components, interfaces and usage
BSD 3-Clause "New" or "Revised" License
40 stars 20 forks source link

getting error "no bin "clockselect", unpacking elements" on listener side #27

Open abhijeetlone opened 3 years ago

abhijeetlone commented 3 years ago

debian@arm:~$ gst-launch-1.0 clockselect. ( clock-id=realtime avtpsrc ifname=eth0.5 address=01:AA:AA:AA:AA:AA ! queue max-size-buffers=0 max-size-time=0 ! avtpaafdepay streamid=0xAABBCCDDEEFF000B ! audioconvert ! autoaudiosink ) 0:00:00.252186083 1213 0x6cfac0 ERROR GST_PIPELINE gst/parse/grammar.y:1131:priv_gst_parse_yyparse: no bin "clockselect", unpacking elements WARNING: erroneous pipeline: no bin "clockselect", unpacking elements debian@arm:~$

I am getting error "no bin "clockselect", unpacking elements" please helpout

abhijeetlone commented 3 years ago

please replay I am getting error "no bin "clockselect", unpacking elements" on listener side

edersondisouza commented 3 years ago

Does the gstreamer installation include the clockselect element? What does gst-inspect-1.0 debugutilsbad show?

cowley-ong commented 3 years ago

gst-inspect-1.0 debugutilsbad

(gst-plugin-scanner:3683): GStreamer-WARNING **: 21:16:45.454: Failed to load plugin '/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so': /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstopengl.so: undefined symbol: gst_egl_image_export_dmabuf Plugin Details: Name debugutilsbad Description Collection of elements that may or may not be useful for debugging Filename /usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebugutilsbad.so Version 1.16.2 License LGPL Source module gst-plugins-bad Source release date 2019-12-03 Binary package GStreamer Bad Plugins (Ubuntu) Origin URL https://launchpad.net/distros/ubuntu/+source/gst-plugins-bad1.0

checksumsink: Checksum sink chopmydata: FIXME compare: Compare buffers debugspy: DebugSpy errorignore: Convert some GstFlowReturn types into others fakevideosink: Fake Video Sink fpsdisplaysink: Measure and show framerate on videosink testsrcbin: Generic bin watchdog: Watchdog

9 features: +-- 9 elements

edersondisouza commented 3 years ago

Oh, the AVTP plugin and the clockselect element were not part of gstreamer 1.16. So my suggestions are either update it (they are in 1.18) or build it from the sources.

cowley-ong commented 3 years ago

Thank you for your information!

On Fri, 17 Sep 2021 at 12:57 AM, Ederson de Souza @.***> wrote:

Oh, the AVTP plugin and the clockselect element were not part of gstreamer 1.16. So my suggestions are either update it (they are in 1.18) or build it from the sources.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Avnu/tsn-doc/issues/27#issuecomment-921071605, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVVDYQFUXNRUDBDG2M72G3LUCIOW5ANCNFSM44YAV4NQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Best regards. Yetao Wang