After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 529379 - RTSP seeks when pipeline is in STATE_PAUSED
RTSP seeks when pipeline is in STATE_PAUSED
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.7
Other Linux
: Normal minor
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-22 13:29 UTC by John Hurt
Modified: 2009-01-23 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Hurt 2008-04-22 13:29:47 UTC
When calling seek_simple() on playbin in a paused state with a rtsp source, the component sends RTSP PLAY requests.
Comment 1 Wim Taymans 2008-11-11 15:16:40 UTC
        * gst/rtsp/gstrtspsrc.c: (gst_rtspsrc_do_seek),
        (gst_rtspsrc_perform_seek):
        Only pause/play in the seek handler when the source was playing.
        Fixes #529379.