[Bug 686224] Regression with EOS when playing backwards in GStreamer 1.0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 16 07:32:30 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=686224
  GStreamer | gstreamer (core) | git

--- Comment #1 from Xabier Rodríguez Calvar <calvaris at igalia.com> 2012-10-16 14:32:24 UTC ---
Created an attachment (id=226553)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=226553)
Patch to make the test work in 0.10

The output in 0.10 is the following:


$ G_MESSAGES_DEBUG=all ./test
file:///home/calvaris/store/gnome/WebKit/LayoutTests/media/content/test.mp4
6000
(process:28411): main-test-DEBUG: initializing
(test:28411): main-test-DEBUG: playbin: NULL->READY=>PAUSED
(test:28411): main-test-DEBUG: playbin: READY->PAUSED=>VOID_PENDING
(test:28411): main-test-DEBUG: paused, seeking
(test:28411): main-test-DEBUG: duration: 6027200000
(test:28411): main-test-DEBUG: seeking to 6000000000
(test:28411): main-test-DEBUG: playbin: PAUSED->PAUSED=>PAUSED
(test:28411): main-test-DEBUG: playbin: PAUSED->PAUSED=>VOID_PENDING
(test:28411): main-test-DEBUG: seeking finished, position: 6000000000
(test:28411): main-test-DEBUG: playbin: PAUSED->PLAYING=>VOID_PENDING
(test:28411): main-test-DEBUG: playing, position: 6000000000
(test:28411): main-test-DEBUG: duration: 6027200000
(test:28411): main-test-DEBUG: setting rate to -1,0 from 6000000000
(test:28411): main-test-DEBUG: playbin: PAUSED->PAUSED=>PAUSED
(test:28411): main-test-DEBUG: playbin: PAUSED->PAUSED=>PLAYING
(test:28411): main-test-DEBUG: playbin: PAUSED->PLAYING=>VOID_PENDING
(test:28411): main-test-DEBUG: playing, position: 5851428571
(test:28411): main-test-DEBUG: EOS in 796800000

As you can see, in this case we get the EOS.

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