mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
ext/theora/theoraenc.c: Mark the last packet with an EOS flag which is not really needed in gstreamer.
Original commit message from CVS: * ext/theora/theoraenc.c: (gst_theora_enc_class_init), (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain), (theora_enc_change_state), (theora_enc_set_property), (theora_enc_get_property): Mark the last packet with an EOS flag which is not really needed in gstreamer. Do some better video framerate initialisation. Update the buffer timestamp.
This commit is contained in:
parent
e3da9b7ea8
commit
3fc3170249
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2004-05-10 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* ext/theora/theoraenc.c: (gst_theora_enc_class_init),
|
||||
(theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
|
||||
(theora_enc_change_state), (theora_enc_set_property),
|
||||
(theora_enc_get_property):
|
||||
Mark the last packet with an EOS flag which is not really needed
|
||||
in gstreamer.
|
||||
Do some better video framerate initialisation.
|
||||
Update the buffer timestamp.
|
||||
|
||||
2004-05-10 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* ext/dv/gstdvdec.c: (gst_dvdec_change_state):
|
||||
|
|
Loading…
Reference in a new issue