[Bug 719684] videodecoder: Allocation query is always at least sent twice

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Dec 5 07:22:05 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=719684
  GStreamer | gst-plugins-base | git

Julien Isorce <julien.isorce> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #20 from Julien Isorce <julien.isorce at gmail.com> 2013-12-05 15:22:03 UTC ---
commit e68317f070caf533c582c9fe2795e21b75f4747f
Author: Julien Isorce <julien.isorce at collabora.co.uk>
Date:   Thu Dec 5 14:39:57 2013 +0000

    audiodec/enc: clear reconfigure flag if negotiate succeeds

    So that it avoids to send an allocation query twice.
    One from an early call to gst_audio_encoder_negotiate from a
    subclass, then one from gst_audio_encoder_allocate_output_buffer.
    Which means that previously gst_audio_encoder_negotiate was not
    clearing the GST_PAD_FLAG_NEED_RECONFIGURE even on success.

    Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=719684

commit 79ef75888c88c5883b8963c9e85d4260fd57f72d
Author: Julien Isorce <julien.isorce at collabora.co.uk>
Date:   Thu Dec 5 14:31:25 2013 +0000

    videodec/enc: clear reconfigure flag if negotiate succeeds

    So that it avoids to send an allocation query twice.
    One from an early call to gst_video_encoder_negotiate from a
    subclass, then one from gst_video_encoder_allocate_output_frame.
    Which means that previously gst_video_encoder_negotiate was not
    clearing the GST_PAD_FLAG_NEED_RECONFIGURE even on success.

    Fixes bug https://bugzilla.gnome.org/show_bug.cgi?id=719684

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