Bug 691235 - [abrt] pitivi-0.13.5-4.fc14: mixer.py:129:__init__:ElementNotFoundError: videomixer
Summary: [abrt] pitivi-0.13.5-4.fc14: mixer.py:129:__init__:ElementNotFoundError: vide...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pitivi
Version: 14
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Gwyn Ciesla
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:a3984613
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-27 18:30 UTC by Samuel
Modified: 2011-08-09 17:43 UTC (History)
5 users (show)

Fixed In Version: pitivi-0.14.0-2.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-06-24 03:44:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.18 KB, text/plain)
2011-03-27 18:30 UTC, Samuel
no flags Details

Description Samuel 2011-03-27 18:30:15 UTC
abrt version: 1.1.17
architecture: x86_64
cmdline: python /usr/bin/pitivi
component: pitivi
executable: /usr/bin/pitivi
kernel: 2.6.35.11-83.fc14.x86_64
package: pitivi-0.13.5-4.fc14
reason: mixer.py:129:__init__:ElementNotFoundError: videomixer
release: Fedora release 14 (Laughlin)
time: 1301250598
uid: 500

backtrace
-----
mixer.py:129:__init__:ElementNotFoundError: videomixer

Traceback (most recent call last):
  File "/usr/bin/pitivi", line 138, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 133, in _run_pitivi
    sys.exit(ptv.main(sys.argv))
  File "/usr/share/pitivi/python/pitivi/application.py", line 358, in main
    ptv.run(sys.argv[1:])
  File "/usr/share/pitivi/python/pitivi/application.py", line 275, in run
    self.projectManager.newBlankProject()
  File "/usr/share/pitivi/python/pitivi/projectmanager.py", line 180, in newBlankProject
    track = Track(video)
  File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 895, in __init__
    self.mixer = self._getMixerForStream(stream)
  File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 983, in _getMixerForStream
    m = SmartVideomixerBin(self)
  File "/usr/share/pitivi/python/pitivi/elements/mixer.py", line 129, in __init__
    self.videomixer = gst.element_factory_make("videomixer", "real-videomixer")
ElementNotFoundError: videomixer

Local variables in innermost frame:
track: <pitivi.timeline.track.Track object at 0x1502d50>
self: <SmartVideomixerBin object (pitivi+elements+mixer+smartvideomixerbin0) at 0x1526280>

How to reproduce
-----
1. .
2.
3.

Comment 1 Samuel 2011-03-27 18:30:19 UTC
Created attachment 488036 [details]
File: backtrace

Comment 2 John Margaritopoulos 2011-04-06 18:55:33 UTC
Package: pitivi-0.13.5-4.fc14
Architecture: i686
OS Release: Fedora release 14 (Laughlin)


How to reproduce
-----
1.
2.
3.
.

Comment 3 Hicham HAOUARI 2011-06-05 17:47:20 UTC
Can try :

rm -rf ~/.gstreamer-0.10


and see if the issue persists ?

Comment 4 Fedora Update System 2011-06-14 17:43:34 UTC
pitivi-0.14.0-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/pitivi-0.14.0-2.fc14

Comment 5 Fedora Update System 2011-06-15 18:33:36 UTC
Package pitivi-0.14.0-2.fc14:
* should fix your issue,
* was pushed to the Fedora 14 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing pitivi-0.14.0-2.fc14'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/pitivi-0.14.0-2.fc14
then log in and leave karma (feedback).

Comment 6 Fedora Admin XMLRPC Client 2011-06-20 20:55:11 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 7 Fedora Admin XMLRPC Client 2011-06-20 20:56:55 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 8 Fedora Admin XMLRPC Client 2011-06-20 21:04:33 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 9 Fedora Update System 2011-06-24 03:41:35 UTC
pitivi-0.14.0-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Greg Blomquist 2011-08-09 12:55:18 UTC
I'm experiencing this problem as well.

Fedora 14

$ rpm -qa pitivi
pitivi-0.14.0-2.fc14.noarch

$ rpm -qa gst*
gstreamer-plugins-bad-free-0.10.20-3.fc14.x86_64
gstreamer-plugins-base-0.10.31-1.fc14.x86_64
gstreamer-plugins-ugly-0.10.16-2.fc14.x86_64
gstreamer-python-0.10.19-1.fc14.x86_64
gstreamer-ffmpeg-0.10.11-1.fc14.x86_64
gstreamer-tools-0.10.31-1.fc14.x86_64
gstreamer-rtsp-0.10.5-2.fc14.x86_64
gstreamer-plugins-good-0.10.26-1.fc14.x86_64
gstreamer-0.10.31-1.fc14.x86_64

$ ls /usr/lib64/gstreamer-0.10/libgstvideomixer.so
/usr/lib64/gstreamer-0.10/libgstvideomixer.so


$ pitivi
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
Traceback (most recent call last):
  File "/usr/bin/pitivi", line 143, in <module>
    _run_pitivi()
  File "/usr/bin/pitivi", line 138, in _run_pitivi
    sys.exit(ptv.main(sys.argv))
  File "/usr/share/pitivi/python/pitivi/application.py", line 530, in main
    ptv = StartupWizardGuiPitivi(debug=options.debug)
  File "/usr/share/pitivi/python/pitivi/application.py", line 383, in __init__
    self.projectManager.newBlankProject()
  File "/usr/share/pitivi/python/pitivi/projectmanager.py", line 186, in newBlankProject
    track = Track(video)
  File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 997, in __init__
    self.mixer = self._getMixerForStream(stream)
  File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 1091, in _getMixerForStream
    m = SmartVideomixerBin(self)
  File "/usr/share/pitivi/python/pitivi/elements/mixer.py", line 130, in __init__
    self.videomixer = gst.element_factory_make("videomixer", "real-videomixer")
gst.ElementNotFoundError: videomixer


I clearly have the library in question, but the element_factory_make doesn't seem to be able to find it.

Comment 11 Hicham HAOUARI 2011-08-09 17:16:55 UTC
(In reply to comment #10)
> I'm experiencing this problem as well.
> 
> Fedora 14
> 
> $ rpm -qa pitivi
> pitivi-0.14.0-2.fc14.noarch
> 
> $ rpm -qa gst*
> gstreamer-plugins-bad-free-0.10.20-3.fc14.x86_64
> gstreamer-plugins-base-0.10.31-1.fc14.x86_64
> gstreamer-plugins-ugly-0.10.16-2.fc14.x86_64
> gstreamer-python-0.10.19-1.fc14.x86_64
> gstreamer-ffmpeg-0.10.11-1.fc14.x86_64
> gstreamer-tools-0.10.31-1.fc14.x86_64
> gstreamer-rtsp-0.10.5-2.fc14.x86_64
> gstreamer-plugins-good-0.10.26-1.fc14.x86_64
> gstreamer-0.10.31-1.fc14.x86_64
> 
> $ ls /usr/lib64/gstreamer-0.10/libgstvideomixer.so
> /usr/lib64/gstreamer-0.10/libgstvideomixer.so
> 
> 
> $ pitivi
> ** Message: pygobject_register_sinkfunc is deprecated (GstObject)
> Traceback (most recent call last):
>   File "/usr/bin/pitivi", line 143, in <module>
>     _run_pitivi()
>   File "/usr/bin/pitivi", line 138, in _run_pitivi
>     sys.exit(ptv.main(sys.argv))
>   File "/usr/share/pitivi/python/pitivi/application.py", line 530, in main
>     ptv = StartupWizardGuiPitivi(debug=options.debug)
>   File "/usr/share/pitivi/python/pitivi/application.py", line 383, in __init__
>     self.projectManager.newBlankProject()
>   File "/usr/share/pitivi/python/pitivi/projectmanager.py", line 186, in
> newBlankProject
>     track = Track(video)
>   File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 997, in
> __init__
>     self.mixer = self._getMixerForStream(stream)
>   File "/usr/share/pitivi/python/pitivi/timeline/track.py", line 1091, in
> _getMixerForStream
>     m = SmartVideomixerBin(self)
>   File "/usr/share/pitivi/python/pitivi/elements/mixer.py", line 130, in
> __init__
>     self.videomixer = gst.element_factory_make("videomixer", "real-videomixer")
> gst.ElementNotFoundError: videomixer
> 
> 
> I clearly have the library in question, but the element_factory_make doesn't
> seem to be able to find it.

Did you try what is in comment 3

Comment 12 Hicham HAOUARI 2011-08-09 17:25:57 UTC
Look at 

http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html 

for general troubleshooting suggestions for applications using gstreamer.

Comment 13 Greg Blomquist 2011-08-09 17:43:02 UTC
(In reply to comment #11)
> (In reply to comment #10)
> <snip>
> 
> Did you try what is in comment 3

Yes.  Same result.


Note You need to log in before you can comment on or make changes to this bug.