diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 18:20:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-06-17 18:20:43 +0000 |
commit | aea0c7c18f37e9ca7bc03ea69719b2c8e4370f81 (patch) | |
tree | 16ab27b92f7bef876d785b4258c16f7e994c2188 /ChangeLog | |
parent | 58d208d8c3d682b8dfe9834e110fe984285f28cb (diff) | |
download | gst-plugins-bad-aea0c7c18f37e9ca7bc03ea69719b2c8e4370f81.tar.gz gst-plugins-bad-aea0c7c18f37e9ca7bc03ea69719b2c8e4370f81.tar.bz2 gst-plugins-bad-aea0c7c18f37e9ca7bc03ea69719b2c8e4370f81.zip |
read caps in connect
Original commit message from CVS:
read caps in connect
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init), + (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get), + (gst_tcpclientsrc_init_receive): + * gst/tcp/gsttcpclientsrc.h: + read caps when connecting to server for GDP so we set them correctly + +2004-06-17 Thomas Vander Stichele <thomas at apestaart dot org> + * gst/videorate/gstvideorate.c: (gst_videorate_chain): notify drops and duplicates * gst/videoscale/videoscale.c: (videoscale_get_structure): |