Bug 244103 - multimedia/gstreamer1-plugins: playbin problem
Summary: multimedia/gstreamer1-plugins: playbin problem
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-13 19:24 UTC by Ruslan Makhmatkhanov
Modified: 2020-04-22 15:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (multimedia)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2020-02-13 19:24:13 UTC
Hello. 

After gstreamer 1.16.2 update audio/exaile stopped to work with the playbin-related error messages. But it looks like that the problem is not in exaile, but in gstreamer itself. I'm trying to play an mp3 file with gst-play-1.0 from gstreamer1-plugins package and get similar error:

> gst-play-1.0 focs4pjFElA.mp3
Failed to create 'playbin' element. Check your GStreamer installation.

> gst-inspect-1.0 | grep playbin
shows nothing, but list other 161 plugins

any suggestions?

[1] exaile bug report: https://github.com/exaile/exaile/issues/689
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-14 12:21:10 UTC
A commit references this bug:

Author: jbeich
Date: Fri Feb 14 12:20:26 UTC 2020
New revision: 526106
URL: https://svnweb.freebsd.org/changeset/ports/526106

Log:
  net/libfabric: unbreak build after r525983

  src/fabric.c:683:7: error: no member named 'epoll_shim_close' in 'fi_ops'
                      FI_CHECK_OP(info->nic->fid.ops, struct fi_ops, close)) {
                      ^                                              ~~~~~
  ./include/rdma/fabric.h:555:23: note: expanded from macro 'FI_CHECK_OP'
          (ops && (ops->size > offsetof(opstype, op)) && ops->op)
                               ^                 ~~
  /usr/include/stddef.h:73:31: note: expanded from macro 'offsetof'
   #define offsetof(type, field)   __offsetof(type, field)
                                   ^                ~~~~~
  /usr/include/sys/cdefs.h:487:34: note: expanded from macro '__offsetof'
   #define __offsetof(type, field)  __builtin_offsetof(type, field)
                                    ^                        ~~~~~
  src/fabric.c:683:54: error: no member named 'epoll_shim_close' in 'struct fi_ops'
                      FI_CHECK_OP(info->nic->fid.ops, struct fi_ops, close)) {
                                  ~~~~~~~~~~~~~~~~~~                 ^
  /usr/local/include/libepoll-shim/sys/epoll.h:74:15: note: expanded from macro 'close'
   #define close epoll_shim_close
                 ^
  ./include/rdma/fabric.h:555:54: note: expanded from macro 'FI_CHECK_OP'
          (ops && (ops->size > offsetof(opstype, op)) && ops->op)
                                                         ~~~  ^

  PR:		244103
  Reported by:	pkg-fallout
  Reviewed by:	Jan Kokem?ller (epoll-shim upstream)
  Approved by:	yuri (maintainer)

Changes:
  head/net/libfabric/Makefile
Comment 2 Jan Beich freebsd_committer freebsd_triage 2020-02-14 12:22:08 UTC
Ignore comment 1. It was for bug 244106.
Comment 3 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2020-04-22 15:20:06 UTC
forced upgrade of all gstreamer packages from repository make it work