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-bad
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,001
Issues
1,001
List
Boards
Labels
Service Desk
Milestones
Merge Requests
194
Merge Requests
194
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gst-plugins-bad
Commits
d372a514
Commit
d372a514
authored
Oct 12, 2018
by
Joshua M. Doe
Committed by
Tim-Philipp Müller
May 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dshowvideosrc: fix template caps to reflect actual supported caps
parent
6d126705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
8 deletions
+3
-8
sys/dshowsrcwrapper/gstdshowvideosrc.cpp
sys/dshowsrcwrapper/gstdshowvideosrc.cpp
+3
-8
No files found.
sys/dshowsrcwrapper/gstdshowvideosrc.cpp
View file @
d372a514
...
...
@@ -34,14 +34,9 @@ GST_DEBUG_CATEGORY_STATIC (dshowvideosrc_debug);
static
GstStaticPadTemplate
src_template
=
GST_STATIC_PAD_TEMPLATE
(
"src"
,
GST_PAD_SRC
,
GST_PAD_ALWAYS
,
GST_STATIC_CAPS
(
"video/x-raw, format=(string) { "
GST_VIDEO_NE
(
BGR
)
", "
GST_VIDEO_NE
(
I420
)
", "
GST_VIDEO_NE
(
YUY2
)
", "
GST_VIDEO_NE
(
UYVY
)
" }, "
"width = "
GST_VIDEO_SIZE_RANGE
", "
"height = "
GST_VIDEO_SIZE_RANGE
", "
"framerate = "
GST_VIDEO_FPS_RANGE
"; "
GST_STATIC_CAPS
(
GST_VIDEO_CAPS_MAKE
(
"{ I420, BGR, YUY2, UYVY, BGRx, BGR16, BGR15, "
"GRAY8 }"
)
"; "
"video/x-dv, "
"format= (string) DVSD, "
...
...
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