mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
ext/libvisual/: use a GstAdapter to correctly adapt buffer sizes - allows using a framerate
Original commit message from CVS: * ext/libvisual/Makefile.am: * ext/libvisual/visual.c: (gst_visual_class_init), (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps), (gst_visual_srclink), (gst_visual_chain), (gst_visual_change_state), (plugin_init): use a GstAdapter to correctly adapt buffer sizes - allows using a framerate
This commit is contained in:
parent
5feb7db35f
commit
8e3e575cef
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2004-05-04 Benjamin Otte <otte@gnome.org>
|
||||
|
||||
* ext/libvisual/Makefile.am:
|
||||
* ext/libvisual/visual.c: (gst_visual_class_init),
|
||||
(gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
|
||||
(gst_visual_srclink), (gst_visual_chain),
|
||||
(gst_visual_change_state), (plugin_init):
|
||||
use a GstAdapter to correctly adapt buffer sizes - allows using a
|
||||
framerate
|
||||
|
||||
2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* sys/v4l/gstv4lelement.h:
|
||||
|
|
Loading…
Reference in a new issue