Original commit message from CVS:
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>
+
+ 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),
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));