Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
4647d668
Commit
4647d668
authored
Feb 13, 2018
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GstAudioAggregator: hook up to build
https://bugzilla.gnome.org/show_bug.cgi?id=791218
parent
ab758a9a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
6 deletions
+16
-6
docs/libs/gst-plugins-base-libs.types
docs/libs/gst-plugins-base-libs.types
+3
-1
docs/plugins/gst-plugins-base-plugins.hierarchy
docs/plugins/gst-plugins-base-plugins.hierarchy
+9
-0
gst-libs/gst/audio/Makefile.am
gst-libs/gst/audio/Makefile.am
+2
-0
gst-libs/gst/audio/gstaudioaggregator.h
gst-libs/gst/audio/gstaudioaggregator.h
+0
-5
gst-libs/gst/audio/meson.build
gst-libs/gst/audio/meson.build
+2
-0
No files found.
docs/libs/gst-plugins-base-libs.types
View file @
4647d668
#include <gst/gst.h>
#include <gst/audio/gstaudioaggregator.h>
gst_audio_aggregator_get_type
gst_audio_aggregator_pad_get_type
#include <gst/audio/gstaudiocdsrc.h>
gst_audio_cd_src_get_type
#include <gst/audio/gstaudioclock.h>
...
...
docs/plugins/gst-plugins-base-plugins.hierarchy
View file @
4647d668
...
...
@@ -14,6 +14,11 @@ GObject
GstControlSource
GstElement
GstAdder
GstAggregator
GstAudioAggregator
GstAudioInterleave
GstAudioMixer
GstLiveAdder
GstAudioDecoder
GstOpusDec
GstVorbisDec
...
...
@@ -160,6 +165,10 @@ GObject
GstGLContext
GstGLShader
GstPad
GstAggregatorPad
GstAudioAggregatorPad
GstAudioInterleavePad
GstAudioMixerPad
GstProxyPad
GstGhostPad
GstDecodePad
...
...
gst-libs/gst/audio/Makefile.am
View file @
4647d668
...
...
@@ -41,6 +41,7 @@ libgstaudio_@GST_API_VERSION@_la_SOURCES = \
audio-info.c
\
audio-quantize.c
\
audio-resampler.c
\
gstaudioaggregator.c
\
gstaudioringbuffer.c
\
gstaudioclock.c
\
gstaudiocdsrc.c
\
...
...
@@ -69,6 +70,7 @@ libgstaudio_@GST_API_VERSION@include_HEADERS = \
audio-info.h
\
audio-quantize.h
\
audio-resampler.h
\
gstaudioaggregator.h
\
gstaudioringbuffer.h
\
gstaudioclock.h
\
gstaudiofilter.h
\
...
...
gst-libs/gst/audio/gstaudioaggregator.h
View file @
4647d668
...
...
@@ -23,11 +23,6 @@
#ifndef __GST_AUDIO_AGGREGATOR_H__
#define __GST_AUDIO_AGGREGATOR_H__
#ifndef GST_USE_UNSTABLE_API
#warning "The Base library from gst-plugins-bad is unstable API and may change in future."
#warning "You can define GST_USE_UNSTABLE_API to avoid this warning."
#endif
#include <gst/gst.h>
#include <gst/base/gstaggregator.h>
#include <gst/audio/audio.h>
...
...
gst-libs/gst/audio/meson.build
View file @
4647d668
...
...
@@ -7,6 +7,7 @@ audio_src= [
'audio-info.c',
'audio-quantize.c',
'audio-resampler.c',
'gstaudioaggregator.c',
'gstaudiobasesink.c',
'gstaudiobasesrc.c',
'gstaudiocdsrc.c',
...
...
@@ -33,6 +34,7 @@ audio_mkenum_headers = [
'audio-info.h',
'audio-quantize.h',
'audio-resampler.h',
'gstaudioaggregator.h',
'gstaudioringbuffer.h',
'gstaudiobasesrc.h',
'gstaudiocdsrc.h',
...
...
Write
Preview
Markdown
is supported
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