Skip to content
GitLab
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-editing-services
Commits
3c29d1d7
Commit
3c29d1d7
authored
Sep 05, 2019
by
Seungha Yang
🐑
Browse files
mixer: wip
parent
0cb1474f
Pipeline
#61414
failed with stages
in 57 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ges/ges-smart-video-mixer.c
View file @
3c29d1d7
...
...
@@ -119,13 +119,13 @@ G_DEFINE_TYPE (GESSmartMixer, ges_smart_mixer, GST_TYPE_BIN);
static
GstStaticPadTemplate
src_template
=
GST_STATIC_PAD_TEMPLATE
(
"src"
,
GST_PAD_SRC
,
GST_PAD_ALWAYS
,
GST_STATIC_CAPS
(
"video/x-raw"
)
GST_STATIC_CAPS
(
"video/x-raw
(ANY)
"
)
);
static
GstStaticPadTemplate
sink_template
=
GST_STATIC_PAD_TEMPLATE
(
"sink_%u"
,
GST_PAD_SINK
,
GST_PAD_REQUEST
,
GST_STATIC_CAPS
(
"video/x-raw"
)
GST_STATIC_CAPS
(
"video/x-raw
(ANY)
"
)
);
typedef
struct
_PadInfos
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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