mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
fix up header rename
Original commit message from CVS: fix up header rename
This commit is contained in:
parent
1aa698fefa
commit
09c75de7cc
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/sine/gstsinesrc.c:
|
||||
* gst/volume/gstvolume.c:
|
||||
fix up header include
|
||||
|
||||
2005-09-09 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c:
|
||||
|
@ -5,7 +11,7 @@
|
|||
* gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
|
||||
* gst/volume/gstvolume.c: (gst_volume_class_init),
|
||||
(volume_transform):
|
||||
fixing lost sync, some more debugging
|
||||
fixing lost sync, some more debugging
|
||||
|
||||
2005-09-08 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <gst/controller/gst-controller.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
|
||||
#include "gstsinesrc.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include <gst/base/gstbasetransform.h>
|
||||
#include <gst/audio/audio.h>
|
||||
#include <gst/interfaces/mixer.h>
|
||||
#include <gst/controller/gst-controller.h>
|
||||
#include <gst/controller/gstcontroller.h>
|
||||
|
||||
#include "gstvolume.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue