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 750283 - step event ignores/changes GstFormat after state change
step event ignores/changes GstFormat after state change
Status: RESOLVED DUPLICATE of bug 739289
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-06-02 14:47 UTC by Luis de Bethencourt
Modified: 2016-06-12 20:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
python example code to reproduce bug (1.47 KB, text/x-python)
2015-06-02 14:47 UTC, Luis de Bethencourt
Details
convenient video file with frame stamps (638.00 KB, video/mpeg)
2015-06-02 14:48 UTC, Luis de Bethencourt
Details
C example to reproduce bug (2.28 KB, text/x-csrc)
2015-06-02 15:42 UTC, Luis de Bethencourt
Details

Description Luis de Bethencourt 2015-06-02 14:47:56 UTC
Created attachment 304436 [details]
python example code to reproduce bug

Step event works fine at first in PAUSED State, but if after we switch to PLAYING then PAUSED again and try to step; it steps 1 second instead 1 frame. As if it ignores the GST_FORMAT_BUFFERS format and uses GST_FORMAT_TIME.
Comment 1 Luis de Bethencourt 2015-06-02 14:48:37 UTC
Created attachment 304437 [details]
convenient video file with frame stamps
Comment 2 Luis de Bethencourt 2015-06-02 15:42:24 UTC
Created attachment 304448 [details]
C example to reproduce bug

I touched some example code in gst-plugins-base to reproduce this bug. Wanted to make sure it wasn't a bindings problem.
Comment 3 Kishore Arepalli 2015-07-28 15:46:33 UTC
This bug is duplicate of Bug 739289

The attachment 308309 [details] [review] will fix the problem
Comment 4 Sebastian Dröge (slomo) 2016-06-12 20:10:47 UTC
Thanks for taking the time to report this.
This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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