Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guillaume Desmottes
gst-plugins-good
Commits
48604406
Commit
48604406
authored
Oct 28, 2018
by
Olivier Crête
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dtmfsrc: Declare output as interleaved
This element doesn't support planar audio yet.
parent
8fd3a982
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
gst/dtmf/gstdtmfsrc.c
gst/dtmf/gstdtmfsrc.c
+2
-1
No files found.
gst/dtmf/gstdtmfsrc.c
View file @
48604406
...
...
@@ -208,7 +208,8 @@ GST_STATIC_PAD_TEMPLATE ("src",
GST_PAD_ALWAYS
,
GST_STATIC_CAPS
(
"audio/x-raw, "
"format = (string)
\"
"
GST_AUDIO_NE
(
S16
)
"
\"
, "
"rate = "
GST_AUDIO_RATE_RANGE
", "
"channels = (int) 1"
)
"rate = "
GST_AUDIO_RATE_RANGE
", "
"channels = (int) 1, "
"layout = (string)interleaved"
)
);
#define parent_class gst_dtmf_src_parent_class
...
...
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