Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seungha Yang
gst-plugins-base
Commits
09c75de7
Commit
09c75de7
authored
Sep 09, 2005
by
Thomas Vander Stichele
Browse files
fix up header rename
Original commit message from CVS: fix up header rename
parent
1aa698fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
09c75de7
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>
...
...
gst/sine/gstsinesrc.c
View file @
09c75de7
...
...
@@ -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"
...
...
gst/volume/gstvolume.c
View file @
09c75de7
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment