gst/multipart/multipartmux.c: Oops
authorWim Taymans <wim.taymans@gmail.com>
Wed, 2 Jun 2004 11:49:20 +0000 (11:49 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 2 Jun 2004 11:49:20 +0000 (11:49 +0000)
Original commit message from CVS:
reviewed by: Johan
* gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
(gst_multipart_mux_loop):
Oops

ChangeLog
gst/multipart/multipartmux.c

index 93b1613491a3eabb57bf494ccf766e4660fd2b5b..fc9fca0e2a74bb36ee2718af74842a0008e8a1ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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),
index 26b165222b412867b8bb6d8a2e8568502ecef9b0..b0d460c7d398c59bbba19488a2e617c4c547060c 100644 (file)
@@ -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));