After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 729009 - TypeError when missing gstreamer plugin
TypeError when missing gstreamer plugin
Status: RESOLVED OBSOLETE
Product: transmageddon
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Christian Fredrik Kalager Schaller
Christian Fredrik Kalager Schaller
Depends on: 724352
Blocks:
 
 
Reported: 2014-04-26 09:27 UTC by Felix Schwarz
Modified: 2021-05-25 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Felix Schwarz 2014-04-26 09:27:24 UTC
I tried to use MPEG4/AACfor audio transcoding when ripping a DVD but didn't have a gstreamer module providing that encoder.

In the console I I see the following output:

transmaggedon.pygstvideoencoder.c(1428): gst_video_encoder_change_state (): /GstPipeline:pipeline0/GstEncodeBin:encodebin0/GstVaapiEncodeH264:vaapiencodeh264-0:
Failed to open encoder
missing something
Traceback (most recent call last):
  • File "…/transmageddon-1.1/src/transcoder_engine.py", line 297 in padprobe
    pad.link(self.sinkpad)
TypeError: Argument 1 does not allow None as a value
we got an error, life is shit

On the UI level I don't see any problems, package kit codec search pops up etc but I guess the type error should be fixed nontheless :-)
Comment 1 Christian Fredrik Kalager Schaller 2014-06-25 08:42:22 UTC
Ok, so what I think is the issue is that you have the GStreamer VAAPI plugin installed, but you are missing the VAAPI driver module. Ideally the Vaapi plugin should not claim to provide a plugin unless it finds the driver module, but I am not sure that is possible. Will try to put in some extra error checking code to address this.
Comment 2 André Klapper 2021-05-25 11:29:04 UTC
GNOME is going to shut down bugzilla.gnome.org in favor of gitlab.gnome.org.
As part of that, we are mass-closing older open tickets in bugzilla.gnome.org
which have not seen updates for a longer time (resources are unfortunately
quite limited so not every ticket can get handled).

If you can still reproduce the situation described in this ticket in a recent
and supported software version, then please follow
  https://wiki.gnome.org/GettingInTouch/BugReportingGuidelines
and create a new enhancement request ticket at
  https://gitlab.gnome.org/GNOME/transmageddon/-/issues/

Thank you for your understanding and your help.