[Bug 701587] rtsp-client: send new-session signal at the right time.
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 20 03:23:13 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=701587
GStreamer | gst-rtsp-server | git
Wim Taymans <wim.taymans> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Version|1.0.6 |git
Resolution| |FIXED
Target Milestone|HEAD |1.0.0
--- Comment #12 from Wim Taymans <wim.taymans at gmail.com> 2013-06-20 10:23:10 UTC ---
I slightly changed your patch into 3 parts:
- unit tests
- signal the new-session only when it is created
- watch the newly created session as well
commit a8a051f780da6cfc43882b79ffadebaa1a577be8
Author: Patricia Muscalu <patricia at axis.com>
Date: Thu Jun 20 12:18:23 2013 +0200
tests: add unit test for new-session
See https://bugzilla.gnome.org/show_bug.cgi?id=701587
commit 949f11c643676c6b0aa2317a4a7e0555cb8334b2
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Thu Jun 20 12:16:07 2013 +0200
client: emit new-session when new session is created
Only emit new-session when we created a new session for a client, not when
a
client picked up a previous session.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=701587
commit fa1d3354c090916e11347989b11fe360186f819e
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date: Thu Jun 20 12:20:21 2013 +0200
client: also watch newly created session
When we newly created a session, start watching it immediately instead of
on the next request.
--
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