Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
24d57ac9
Commit
24d57ac9
authored
Feb 20, 2011
by
David Schleef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pngdec: Remove temporary code
Now that we depend on (what will be) -base-0.10.33.
parent
85932c74
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
ext/libpng/gstpngdec.c
ext/libpng/gstpngdec.c
+3
-9
No files found.
ext/libpng/gstpngdec.c
View file @
24d57ac9
...
...
@@ -82,18 +82,12 @@ gst_pngdec_get_type (void)
return
pngdec_type
;
}
/* FIXME remove this after -good depends on -base-0.10.33 */
#ifdef GST_VIDEO_CAPS_ARGB_64
#define CAPS GST_VIDEO_CAPS_RGBA ";" GST_VIDEO_CAPS_RGB ";" GST_VIDEO_CAPS_ARGB_64
#else
#define CAPS GST_VIDEO_CAPS_RGBA ";" GST_VIDEO_CAPS_RGB
#endif
static
GstStaticPadTemplate
gst_pngdec_src_pad_template
=
GST_STATIC_PAD_TEMPLATE
(
"src"
,
GST_STATIC_PAD_TEMPLATE
(
"src"
,
GST_PAD_SRC
,
GST_PAD_ALWAYS
,
GST_STATIC_CAPS
(
CAPS
)
GST_STATIC_CAPS
(
GST_VIDEO_CAPS_RGBA
";"
GST_VIDEO_CAPS_RGB
";"
GST_VIDEO_CAPS_ARGB_64
)
);
static
GstStaticPadTemplate
gst_pngdec_sink_pad_template
=
...
...
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