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 766884 - Setting RTSP pipeline to PLAYING returns ASYNC
Setting RTSP pipeline to PLAYING returns ASYNC
Status: RESOLVED DUPLICATE of bug 760532
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-05-25 20:03 UTC by Xavier Claessens
Modified: 2016-05-25 20:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (588 bytes, text/x-csrc)
2016-05-25 20:03 UTC, Xavier Claessens
Details

Description Xavier Claessens 2016-05-25 20:03:00 UTC
Created attachment 328527 [details]
Test case

See the attached test case, with gst 1.8 it prints:
  Set to PAUSED returned: NO PREROLL
  Set to PLAYING returned: ASYNC
Comment 1 Sebastian Dröge (slomo) 2016-05-25 20:47:53 UTC
See https://bugzilla.gnome.org/show_bug.cgi?id=760532#c23 , closely related to the first item there.

rtspsrc returns NO_PREROLL for READY->PAUSED and SUCCESS for PAUSED->PLAYING. basesink returns ASYNC for PAUSED->PLAYING, thus overall it's ASYNC. And then bin forgot that it's NO_PREROLL.

*** This bug has been marked as a duplicate of bug 760532 ***