[gstreamer-bugs] [Bug 629648] New: ffenc_dvdsub wrongly categorized as audio encoder

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Sep 14 05:07:35 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=629648
  GStreamer | gst-ffmpeg | git

           Summary: ffenc_dvdsub wrongly categorized as audio encoder
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-ffmpeg
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: bilboed at gmail.com, nekohayo at gmail.com
        Depends on: 629607
      GNOME target: ---
     GNOME version: ---


+++ This bug was initially created as a clone of Bug #629607 +++

https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/637421

To reproduce, in the rendering settings choose:
- Container: Matroska muxer [matroskamux]
- Audio: FFmpeg DVD subtitles encoder [ffenc_dvdsub]
- Video: FFmpeg MPEG-4 part 2 encoder [ffenc_mpeg4]

Try rendering, and you will get:

Traceback (most recent call last):
  File "/usr/lib/pitivi/python/pitivi/ui/encodingdialog.py", line 147, in
_recordButtonClickedCb
    self.addRecordAction()
  File "/usr/lib/pitivi/python/pitivi/ui/encodingdialog.py", line 210, in
addRecordAction
    self.have_video, self.have_audio)
  File "/usr/lib/pitivi/python/pitivi/settings.py", line 619, in
export_settings_to_render_settings
    encodersettings=export.acodecsettings)
  File "/usr/lib/pitivi/python/pitivi/settings.py", line 420, in __init__
    self.output_stream.pad_name = p.name_template
AttributeError: 'NoneType' object has no attribute 'pad_name'


I don't know if this traceback can be fixed, or if it really is normal since
it's... actually not an audio codec. But if it isn't, it shouldn't show up in
that list in the first place.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list