diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-09-24 17:33:00 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-09-24 17:33:00 +0000 |
commit | e2c8e0c571daf02ee1f5e5880e8e9e0769621338 (patch) | |
tree | fdc933affa8bbd2773bbac69061f4df236a8ae22 | |
parent | 7a8842b82b6021b5b67d6d4c157de8c4cf474fed (diff) |
gst/playback/gstplaybasebin.c: Only signal the no_more_pads signal when we have added the stream to our list.
Original commit message from CVS:
* gst/playback/gstplaybasebin.c: (new_decoded_pad):
Only signal the no_more_pads signal when we have
added the stream to our list.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2004-09-24 Wim Taymans <wim@fluendo.com> + * gst/playback/gstplaybasebin.c: (new_decoded_pad): + Only signal the no_more_pads signal when we have + added the stream to our list. + +2004-09-24 Wim Taymans <wim@fluendo.com> + * gst/playback/gstplaybasebin.c: (remove_prerolls), (new_decoded_pad): * gst/playback/gstplaybasebin.h: |