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
d1808a5d
Commit
d1808a5d
authored
Jun 18, 2015
by
Lubosz Sarnecki
Committed by
Nicolas Dufresne
Jul 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
basetextoverlay: Log GstVideoOverlayComposition negotiation
https://bugzilla.gnome.org/show_bug.cgi?id=751157
parent
91a615fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
ext/pango/gstbasetextoverlay.c
ext/pango/gstbasetextoverlay.c
+3
-0
No files found.
ext/pango/gstbasetextoverlay.c
View file @
d1808a5d
...
...
@@ -797,6 +797,9 @@ gst_base_text_overlay_negotiate (GstBaseTextOverlay * overlay, GstCaps * caps)
caps_has_meta
=
gst_pad_peer_query_accept_caps
(
overlay
->
srcpad
,
overlay_caps
);
GST_DEBUG
(
"caps have overlay meta %d"
,
caps_has_meta
);
GST_DEBUG
(
"sink alloc has overlay meta %d"
,
alloc_has_meta
);
}
/* For backward compatbility, we will prefer bliting if downstream
...
...
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