mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-08 23:42:28 +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
d6f83ff769
commit
0ac282dce5
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>
|
2004-05-03 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* sys/v4l/gstv4lelement.h:
|
* sys/v4l/gstv4lelement.h:
|
||||||
|
|
Loading…
Reference in a new issue