diff options
author | Iain Holmes <iain@prettypeople.org> | 2004-01-06 00:06:10 +0000 |
---|---|---|
committer | Iain Holmes <iain@prettypeople.org> | 2004-01-06 00:06:10 +0000 |
commit | c24a77c49393d60cfd29ecaa2937f8e2499b57c6 (patch) | |
tree | 5ff1737b9d9e3e6c3349611f60e02f8815db8ccf | |
parent | cf65f0523a17d74072892349be5f6be258934791 (diff) | |
download | gst-plugins-bad-c24a77c49393d60cfd29ecaa2937f8e2499b57c6.tar.gz gst-plugins-bad-c24a77c49393d60cfd29ecaa2937f8e2499b57c6.tar.bz2 gst-plugins-bad-c24a77c49393d60cfd29ecaa2937f8e2499b57c6.zip |
Set the buffer-frames on the int2floats caps
Original commit message from CVS:
Set the buffer-frames on the int2floats caps
Make creating srcpads in the oneton smarter.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2004-01-06 Iain <iain@prettypeople.org> + + * gst/intfloat/gstint2float.c (gst_int2float_link): Set the + buffer-frames caps too. + + * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new + caps that we need, don't destroy them all and rebuild them. And when + creating src pads, use the src pad template rather than the sink... + 2004-01-05 Ronald Bultje <rbultje@ronald.bitfreak.net> * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead): |