diff options
| author | Edward Hervey <bilboed@bilboed.com> | 2006-05-17 12:36:26 +0000 |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2006-05-17 12:36:26 +0000 |
| commit | b0c86b554c2886325c2fc4a4c939a4a5f116d5e3 (patch) | |
| tree | 3a780141cce4a423369c646f5386908cf803ed79 /ChangeLog | |
| parent | d35441766ffa29e6298079d61630b652d2d64971 (diff) | |
gst/law/mulaw-decode.c: We can only do caps intersection if the othercaps are non-empty and not
Original commit message from CVS:
* gst/law/mulaw-decode.c: (mulawdec_getcaps):
We can only do caps intersection if the othercaps are non-empty and not
ANY. Else we return the pad template (base_caps).
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2006-05-17 Edward Hervey <edward@fluendo.com> + + * gst/law/mulaw-decode.c: (mulawdec_getcaps): + We can only do caps intersection if the othercaps are non-empty and not + ANY. Else we return the pad template (base_caps). + 2006-05-17 Tim-Philipp Müller <tim at centricular dot net> * ext/jpeg/gstjpegdec.c: (gst_jpeg_dec_chain): |
