projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdfea0d
)
codecmap: use TRUE for boolean fields in caps
author
Tim-Philipp Müller
<tim@centricular.com>
Sat, 26 Oct 2013 08:09:28 +0000
(09:09 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 26 Oct 2013 08:10:03 +0000
(09:10 +0100)
ext/libav/gstavcodecmap.c
patch
|
blob
|
history
diff --git
a/ext/libav/gstavcodecmap.c
b/ext/libav/gstavcodecmap.c
index
96040a6
..
0639b72
100644
(file)
--- a/
ext/libav/gstavcodecmap.c
+++ b/
ext/libav/gstavcodecmap.c
@@
-955,7
+955,7
@@
gst_ffmpeg_codecid_to_caps (enum CodecID codec_id,
case AV_CODEC_ID_LJPEG:
caps =
gst_ff_vid_caps_new (context, NULL, codec_id, encode, "image/jpeg",
- "parsed", G_TYPE_BOOLEAN,
1
, NULL);
+ "parsed", G_TYPE_BOOLEAN,
TRUE
, NULL);
break;
case AV_CODEC_ID_SP5X: