Fix typo in Andy's commit

Original commit message from CVS:
Fix typo in Andy's commit
This commit is contained in:
Ronald S. Bultje 2003-10-09 09:04:23 +00:00
parent d7981c9cb3
commit 783dcb7418

View file

@ -813,7 +813,7 @@ gst_lame_chain (GstPad *pad, GstData *_data)
}
if (eos) {
gst_pad_push (lame->srcpad, GST_DATA (gst_event_new (GST_EVENT_EOS))));
gst_pad_push (lame->srcpad, GST_DATA (gst_event_new (GST_EVENT_EOS)));
gst_element_set_eos (GST_ELEMENT (lame));
}
}