diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2008-08-05 09:05:35 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-08-05 09:05:35 +0000 |
commit | e0f52ef74db25bf2f7593ff5c34c7d85fe05a39e (patch) | |
tree | 02ce0c6b9ed2c091629131a591facbb819e928f8 /ChangeLog | |
parent | 68cd145e3ea621ae95b2585f3afc623ac0cf7a20 (diff) | |
download | gst-plugins-bad-e0f52ef74db25bf2f7593ff5c34c7d85fe05a39e.tar.gz gst-plugins-bad-e0f52ef74db25bf2f7593ff5c34c7d85fe05a39e.tar.bz2 gst-plugins-bad-e0f52ef74db25bf2f7593ff5c34c7d85fe05a39e.zip |
gst/selector/gstinputselector.c: Move the select-all logic into the activation of the currently selected pad. We want...
Original commit message from CVS:
* gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc),
(gst_selector_pad_chain), (gst_input_selector_getcaps),
(gst_input_selector_activate_sinkpad):
Move the select-all logic into the activation of the currently selected
pad. We want to remember the last pad with activity in select-all mode.
Fix the getcaps function, we can produce the union of the upstream caps
in select-all mode, not the intersection like proxy_getcaps() does.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/selector/gstinputselector.c: (gst_selector_pad_bufferalloc), + (gst_selector_pad_chain), (gst_input_selector_getcaps), + (gst_input_selector_activate_sinkpad): + Move the select-all logic into the activation of the currently selected + pad. We want to remember the last pad with activity in select-all mode. + Fix the getcaps function, we can produce the union of the upstream caps + in select-all mode, not the intersection like proxy_getcaps() does. + +2008-08-05 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: HÃ¥vard Graff <havard dot graff at tandberg dot com> * gst/rtpmanager/gstrtpjitterbuffer.c: |