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 342680 - [adder] seeking with multiple ogg files fails to work
[adder] seeking with multiple ogg files fails to work
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other All
: Normal major
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-23 09:30 UTC by Jono Bacon
Modified: 2006-08-13 16:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Test case to demonstrate this bug (4.17 KB, text/x-python)
2006-05-23 09:31 UTC, Jono Bacon
Details
Test case to demonstrate this bug (4.17 KB, text/x-python)
2006-05-23 09:31 UTC, Jono Bacon
Details
Glade file for use with seek.py (2.75 KB, application/x-glade)
2006-05-23 09:35 UTC, Jono Bacon
Details

Description Jono Bacon 2006-05-23 09:30:16 UTC
Please describe the problem:
In some initial tests, seeking seems to break on Ogg Vorbis files. This problem
may be related to the adder - the problem only exhibits itself when more than
one ogg file is played using the adder.

Attached is a test script that demonstrates the problem. On line 94, setting the
long value to 60 * gst.SECOND causes playback to fail with multiple ogg files.
Now, interestingly, I can get the ogg files to play if I do the following:

 1. First try to the play the two ogg files with the value on line 94 set to 60.
 It should fail.
 2. Comment out the ogg lines and uncomment the mp3 lines. Restart the program
and playback should work.
 3. Now comment out the mp3 files and uncomment the ogg files, and the ogg files
work!!

I have also discovered that the ogg files seem to play OK with other values on
line 94, such as '30 * gst.SECOND'. I don't get any seek/playback problems with
single ogg/mp3 files.

Steps to reproduce:
1. See above.
2. 
3. 


Actual results:
Playback fails.

Expected results:
Playback succeed.

Does this happen every time?
Mostly.

Other information:
Comment 1 Jono Bacon 2006-05-23 09:31:34 UTC
Created attachment 66044 [details]
Test case to demonstrate this bug
Comment 2 Jono Bacon 2006-05-23 09:31:44 UTC
Created attachment 66045 [details]
Test case to demonstrate this bug
Comment 3 Jono Bacon 2006-05-23 09:35:15 UTC
Created attachment 66046 [details]
Glade file for use with seek.py
Comment 4 Jan Schmidt 2006-07-05 16:27:32 UTC
This test case works fine for me here using 2 ogg/vorbis files. It failed nicely when I tried using ogg/theora files, but that's not unexpected.

I can't manage to reproduce the error with current CVS. Jono said he would re-test soon.
Comment 5 Wim Taymans 2006-08-13 16:27:01 UTC
reopen if still an issue.