[Bug 738567] New: Suspend and unsuspend call consistency

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 15 01:59:15 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=738567
  GStreamer | gst-rtsp-server | 1.4.3

           Summary: Suspend and unsuspend call consistency
    Classification: Platform
           Product: GStreamer
           Version: 1.4.3
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: panda_srimanta at yahoo.co.in
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Consistent behavior during play and pause

Currently gst_rtsp_media_suspend() and gst_rtsp_media_unsuspend() methods are
called in a inconsistent way during the pause and play request.

Suspend method is called inside media_set_pipeline_state_locked() while pause
and unsuspend is called during handle_play_request().

In a good design perspective, suspend should be called during the
handle_pause_request() after setting the state and unsuspend should be called
in the beginning of the play before setting the state.

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