projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ce6467
)
[MOVED FROM BAD 20/28] ext/apexsink/Makefile.am: Link against -lgcrpyto for RSA_new...
author
Alessandro Decina
<alessandro.d@gmail.com>
Fri, 2 Jan 2009 01:44:11 +0000
(
01:44
+0000)
committer
Jan Schmidt
<thaytan@noraisin.net>
Fri, 5 Jun 2009 17:48:25 +0000
(18:48 +0100)
Original commit message from CVS:
* ext/apexsink/Makefile.am:
Link against -lgcrpyto for RSA_new and RSA_free.
* ext/faac/gstfaac.c:
* ext/x264/gstx264enc.c:
Fix compiler warnings.
ext/x264/gstx264enc.c
patch
|
blob
|
history
diff --git
a/ext/x264/gstx264enc.c
b/ext/x264/gstx264enc.c
index
649366c
..
21f7b0d
100644
(file)
--- a/
ext/x264/gstx264enc.c
+++ b/
ext/x264/gstx264enc.c
@@
-617,7
+617,7
@@
gst_x264_enc_init_encoder (GstX264Enc * encoder)
encoder->x264enc = x264_encoder_open (&encoder->x264param);
if (!encoder->x264enc) {
GST_ELEMENT_ERROR (encoder, STREAM, ENCODE,
- ("Can not initialize x264 encoder."), (
""
));
+ ("Can not initialize x264 encoder."), (
NULL
));
return FALSE;
}