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
This commit is contained in:
Wim Taymans 2004-06-02 11:49:20 +00:00
parent 9c6ea1f0c8
commit 939d5f827c
2 changed files with 9 additions and 1 deletions

View file

@ -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),

View 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));