summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-17 18:20:43 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-17 18:20:43 +0000
commitaea0c7c18f37e9ca7bc03ea69719b2c8e4370f81 (patch)
tree16ab27b92f7bef876d785b4258c16f7e994c2188
parent58d208d8c3d682b8dfe9834e110fe984285f28cb (diff)
downloadgstreamer-plugins-bad-aea0c7c18f37e9ca7bc03ea69719b2c8e4370f81.tar.gz
read caps in connect
Original commit message from CVS: read caps in connect
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22cf1edb0..4d4a2a50f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):