diff options
author | Benjamin Otte <otte@gnome.org> | 2004-03-24 14:04:53 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-03-24 14:04:53 +0000 |
commit | 15e6469a64d9fccca6c0c79bbbd6a201277ea74a (patch) | |
tree | db471a13d382461d0d45379d401fac614e01aea9 | |
parent | 404b9dbd3121a3bf5977e5a2326540c45b6316da (diff) | |
download | gst-plugins-bad-15e6469a64d9fccca6c0c79bbbd6a201277ea74a.tar.gz gst-plugins-bad-15e6469a64d9fccca6c0c79bbbd6a201277ea74a.tar.bz2 gst-plugins-bad-15e6469a64d9fccca6c0c79bbbd6a201277ea74a.zip |
gst/level/gstlevel.c: add proxying getcaps function, so level doesn't advertise impossible caps
Original commit message from CVS:
* gst/level/gstlevel.c: (gst_level_init):
add proxying getcaps function, so level doesn't advertise impossible
caps
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2004-03-24 Benjamin Otte <otte@gnome.org> + + * gst/level/gstlevel.c: (gst_level_init): + add proxying getcaps function, so level doesn't advertise impossible + caps + 2004-03-24 David Schleef <ds@schleef.org> * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event), |