[Bug 721602] Pitivi renders videoless files when the projects begins with an image bigger then the project settings

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 1 01:37:20 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=721602
  GStreamer | gst-editing-services | git

Thibault Saunier <tsaunier> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |tsaunier at gnome.org
         Resolution|                            |FIXED

--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> 2014-11-01 08:37:14 UTC ---
This particular bug has been fixed:

commit 0a903cdd35b35662463eb289e5c46f0a0121056c
Author: Thibault Saunier <thibault.saunier at collabora.com>
Date:   Fri Mar 14 18:48:44 2014 +0100

    pipeline: Always set the encoding profile presence to 1

    We currenty do not support multiple tracks with same type in GESPipeline
    and we actually need to set the presence field to avoid a scenario where
    we have only video in a video track, and no audio in the audio track. So
    audiotestsrc is used and we end up encoding the whole audio stream but
    no decoded video frame as reached the decodebin src pad, so the pad
    has not been created and thus it will not be linked to the encodebin.
    On the audio part, the EOS will be emitted so fast that the resulting
stream will
    not have any video in it as the muxer will not even have a video pad
created.

    Setting the presence will ensure that the muxer does have a video pad
    (because of how encodebin behaves) and thus will create a pad for it
    and wait for its EOS.

-- 
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