mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
Fix typo in Andy's commit
Original commit message from CVS: Fix typo in Andy's commit
This commit is contained in:
parent
d7981c9cb3
commit
783dcb7418
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue