summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-06-02 11:49:20 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-06-02 11:49:20 +0000
commit939d5f827c17270006031331f326b869ae2de9ee (patch)
tree6bb0a8d946a9c298353e08819bbf891076018f83
parent9c6ea1f0c8165703270c0c6aeca195572074b351 (diff)
gst/multipart/multipartmux.c: Oops
Original commit message from CVS: reviewed by: Johan * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init), (gst_multipart_mux_loop): Oops
-rw-r--r--ChangeLog8
-rw-r--r--gst/multipart/multipartmux.c2
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 93b16134..fc9fca0e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-06-02 Wim Taymans <wim@fluendo.com>
+ reviewed by: Johan
+
+ * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
+ (gst_multipart_mux_loop):
+ Oops
+
+2004-06-02 Wim Taymans <wim@fluendo.com>
+
* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
(gst_multipart_mux_init), (gst_multipart_mux_loop),
(gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
diff --git a/gst/multipart/multipartmux.c b/gst/multipart/multipartmux.c
index 26b16522..b0d460c7 100644
--- a/gst/multipart/multipartmux.c
+++ b/gst/multipart/multipartmux.c
@@ -511,7 +511,7 @@ gst_multipart_mux_loop (GstElement * element)
GstCaps *newcaps;
newcaps = gst_caps_new_simple ("multipart/x-mixed-replace",
- "boundary=", G_TYPE_STRING, mux->boundary, NULL);
+ "boundary", G_TYPE_STRING, mux->boundary, NULL);
if (GST_PAD_LINK_FAILED (gst_pad_try_set_caps (mux->srcpad, newcaps))) {
GST_ELEMENT_ERROR (mux, CORE, NEGOTIATION, (NULL), (NULL));