Fix typo in Andy's commit
Original commit message from CVS: Fix typo in Andy's commit
This commit is contained in:
parent
8b3c0de75a
commit
72e48d3129
@ -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));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user