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 454264 - Playbin fails to "play" image url after a movie url
Playbin fails to "play" image url after a movie url
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
0.10.12
Other All
: Normal normal
: 0.10.14
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-06 13:11 UTC by Florian Schmidt
Modified: 2007-07-12 12:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
test source code (2.10 KB, text/plain)
2007-07-06 13:13 UTC, Florian Schmidt
Details

Description Florian Schmidt 2007-07-06 13:11:31 UTC
Please describe the problem:
With a very simple application i try to playback a movie followed by displaying a image. The simple test program attached uses a playbin for this.

Steps to reproduce:
1. modify test source code to use uri's to an existing movie and an image
2. compile the test program via g++ test_again.cc `pkg-config gstreamer-0.10 glib-2.0 --cflags --libs` -o test_again
3. run the test program via ./test_again
 


Actual results:
First a movie is played. Then nothing happens

Expected results:
First a movie is played. Then an image should be displayed

Does this happen every time?
yes

Other information:
Comment 1 Florian Schmidt 2007-07-06 13:13:33 UTC
Created attachment 91300 [details]
test source code

Here's the bt when interrupting the program when it shoudl display the image:

(gdb) thread apply all bt


Comment 2 Wim Taymans 2007-07-12 12:01:34 UTC
        * gst/playback/gstplaybasebin.c: (no_more_pads_full),
        (setup_source):
        Clear the dynamic pads counter when starting a new uri. This makes
        reusing playbin work again.
        Fixes #454264.