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 580713 - Application blocks after looping approximately 200 times
Application blocks after looping approximately 200 times
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal major
: git master
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-29 09:06 UTC by Miguel Angel Cabrera Moya
Modified: 2009-05-04 14:23 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
The test application (3.26 KB, text/plain)
2009-04-29 09:08 UTC, Miguel Angel Cabrera Moya
Details

Description Miguel Angel Cabrera Moya 2009-04-29 09:06:56 UTC
Please describe the problem:
I have done a test application that just loops over and over a quicktime file.

After approximately 200 times it blocks.

Steps to reproduce:
1. Run the test application

Actual results:
The application blocks after looping

Expected results:
The application doesn't block.

Does this happen every time?
Yes

Other information:
Comment 1 Miguel Angel Cabrera Moya 2009-04-29 09:08:17 UTC
Created attachment 133545 [details]
The test application
Comment 2 Jan Schmidt 2009-04-29 09:40:44 UTC
Is this a regression? If not - it shouldn't be marked blocker.
Comment 3 Miguel Angel Cabrera Moya 2009-04-29 10:14:32 UTC
I don't know if it is regression. But for precaution i will put it with other severity.
Comment 4 Jan Schmidt 2009-04-29 11:07:51 UTC
It just happily ran > 1100 loops here:

Now playing: /home/jan/media/mov/How software patents work.mov
Running... 1121
Dynamic pad created, linking demuxer
Dynamic pad created, linking demuxer
End of stream
Returned, stopping playback
Deleting pipeline
Now playing: /home/jan/media/mov/How software patents work.mov
Running... 1122
Dynamic pad created, linking demuxer
Dynamic pad created, linking demuxer
^C
Comment 5 Jan Schmidt 2009-04-29 11:20:24 UTC
... and hung during the 260th loop with a different file.

Stacktrace:


Comment 6 Wim Taymans 2009-04-29 11:35:52 UTC
set the newly added elements to PAUSED because that's the state of the pipeline when things are plugged.
Comment 7 Wim Taymans 2009-05-04 14:23:05 UTC
Closing.