Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
089fdb77
Commit
089fdb77
authored
May 23, 2011
by
Stefan Kost
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fixup audio-library docs
parent
762bb236
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
gst-libs/gst/audio/gstaudioclock.h
gst-libs/gst/audio/gstaudioclock.h
+1
-2
gst-libs/gst/audio/gstaudiofilter.h
gst-libs/gst/audio/gstaudiofilter.h
+0
-1
gst-libs/gst/audio/gstaudiosrc.h
gst-libs/gst/audio/gstaudiosrc.h
+0
-1
gst-libs/gst/audio/multichannel.h
gst-libs/gst/audio/multichannel.h
+4
-0
No files found.
gst-libs/gst/audio/gstaudioclock.h
View file @
089fdb77
...
...
@@ -60,14 +60,13 @@ typedef GstClockTime (*GstAudioClockGetTimeFunc) (GstClock *clock, gpointer user
/**
* GstAudioClock:
* @clock: parent #GstSystemClock
*
* Opaque #GstAudioClock.
*/
struct
_GstAudioClock
{
GstSystemClock
clock
;
/*
---
protected
---
*/
/*
<
protected
>
*/
GstAudioClockGetTimeFunc
func
;
gpointer
user_data
;
...
...
gst-libs/gst/audio/gstaudiofilter.h
View file @
089fdb77
...
...
@@ -47,7 +47,6 @@ typedef struct _GstAudioFilterClass GstAudioFilterClass;
/**
* GstAudioFilter:
* @basetransform: Element parent class
*
* Base class for audio filters with the same format for input and output.
*
...
...
gst-libs/gst/audio/gstaudiosrc.h
View file @
089fdb77
...
...
@@ -40,7 +40,6 @@ typedef struct _GstAudioSrcClass GstAudioSrcClass;
/**
* GstAudioSrc:
* @element: parent class
*
* Base class for simple audio sources.
*/
...
...
gst-libs/gst/audio/multichannel.h
View file @
089fdb77
...
...
@@ -42,6 +42,9 @@ G_BEGIN_DECLS
* @GST_AUDIO_CHANNEL_POSITION_NONE: used for position-less channels, e.g.
* from a sound card that records 1024 channels; mutually exclusive with
* any other channel position
* @GST_AUDIO_CHANNEL_POSITION_INVALID: invalid position
*
* Audio channel positions.
*/
typedef
enum
{
GST_AUDIO_CHANNEL_POSITION_INVALID
=
-
1
,
...
...
@@ -74,6 +77,7 @@ typedef enum {
* are defined or all positions are undefined, but can't mix'n'match */
GST_AUDIO_CHANNEL_POSITION_NONE
,
/*< private >*/
/* don't use - counter */
GST_AUDIO_CHANNEL_POSITION_NUM
}
GstAudioChannelPosition
;
...
...
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