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 350562 - Error message when transcoding
Error message when transcoding
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal normal
: 0.10.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2006-08-09 11:18 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-08-18 10:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-08-09 11:18:52 UTC
When trying to transcode an AVI I get the following message. The transcoding do continue though, but the resulting video file have no audio.


gstmad.c(1421): gst_mad_chain (): /project-New Project/timeline-New Project/composition-audiocomp/source-file:///home/cschalle/Desktop/gnomevasion.avi-audio2/pitivi+elements+singledecodebin+singledecodebin1/mad2

Output from console:
[cschalle@localhost noarch]$ pitivi

(pitivi:6867): GStreamer-WARNING **: Element internal-fakesink is not in bin pitivi+elements+singledecodebin+singledecodebin0
Traceback (most recent call last):
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 305 in _dynamicPadAddedCb
    self._closePadLink(element, pad, pad.get_caps())
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 228 in _closePadLink
    self._tryToLink1(element, pad, facts)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 188 in _tryToLink1
    self._closeLink(element)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 158 in _closeLink
    self._closePadLink(element, pad, pad.get_caps())
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 214 in _closePadLink
    self._wrapUp(element, pad)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 244 in _wrapUp
    self.remove(self.fakesink)
gst.RemoveError: Could not remove element 'internal-fakesink'

(pitivi:6867): GStreamer-WARNING **: Element internal-fakesink is not in bin pitivi+elements+singledecodebin+singledecodebin1
Traceback (most recent call last):
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 305 in _dynamicPadAddedCb
    self._closePadLink(element, pad, pad.get_caps())
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 228 in _closePadLink
    self._tryToLink1(element, pad, facts)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 188 in _tryToLink1
    self._closeLink(element)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 158 in _closeLink
    self._closePadLink(element, pad, pad.get_caps())
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 214 in _closePadLink
    self._wrapUp(element, pad)
  • File "/var/tmp/pitivi-0.10.1.1-0.20060809.131046-root-cschalle/usr/lib/pitivi/python/pitivi/elements/singledecodebin.py", line 244 in _wrapUp
    self.remove(self.fakesink)
gst.RemoveError: Could not remove element 'internal-fakesink'

Comment 1 Edward Hervey 2006-08-18 10:18:25 UTC
this is gone, singledecodebin doesn't have an internal-fakesink anymore.