[Bug 748055] avfvideosrc: get connection and input clock early

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 12 08:51:00 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748055

Ilya Konstantinov <ilya.konstantinov at gmail.com> changed:

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

--- Comment #3 from Ilya Konstantinov <ilya.konstantinov at gmail.com> ---
Actually, I take it back -- this issue doesn't affect avfvideosrc as-is.

It affects my avfvideosrc because it has another (not yet submitted) patch
which allows setting an external session (i.e. a session shared with the user's
app). In this case, the (externally-set) session is already running, so the
delegate will be called as soon as:

    [output setSampleBufferDelegate:self
                              queue:workerQueue];
    [session addOutput:output];

is performed, triggering the above problem.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the gstreamer-bugs mailing list