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 782139 - mssdemux: reject segment seeks
mssdemux: reject segment seeks
Status: RESOLVED DUPLICATE of bug 782140
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-05-03 22:01 UTC by Mathieu Duponchelle
Modified: 2017-05-09 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mssdemux: reject segment seeks (1.05 KB, patch)
2017-05-03 22:01 UTC, Mathieu Duponchelle
none Details | Review

Description Mathieu Duponchelle 2017-05-03 22:01:37 UTC
Currently the seeking request with GST_SEEK_FLAG_SEGMENT succeeds, but
the demuxer ends up sending out EOS anyway.
Comment 1 Mathieu Duponchelle 2017-05-03 22:01:41 UTC
Created attachment 351012 [details] [review]
mssdemux: reject segment seeks
Comment 2 Sebastian Dröge (slomo) 2017-05-09 12:43:51 UTC
This should be handled in a generic way in the base class.

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