summaryrefslogtreecommitdiffstats
path: root/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-02-07 06:06:08 +0800
commit4a604888e145dfe25aeeb9ccf162584a4ee1d1dc (patch)
tree4083c21e1a0af9f2cde05cb5339e776f98394784 /multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c
parent4b822c4159d54c13c95ec4ad884e668e1718bda5 (diff)
downloadmarcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.gz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.bz2
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.lz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.xz
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.tar.zst
marcuscom-ports-4a604888e145dfe25aeeb9ccf162584a4ee1d1dc.zip
Update to 0.7.4.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1785 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c')
-rw-r--r--multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c20
1 files changed, 20 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c b/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c
new file mode 100644
index 000000000..b42b35cb7
--- /dev/null
+++ b/multimedia/gstreamer-plugins80/files/patch-ext_flac_gstflacenc.c
@@ -0,0 +1,20 @@
+--- ext/flac/gstflacenc.c.orig Fri Feb 6 15:43:38 2004
++++ ext/flac/gstflacenc.c Fri Feb 6 16:15:23 2004
+@@ -575,7 +575,7 @@
+ gst_flacenc_set_metadata (flacenc);
+ state = FLAC__seekable_stream_encoder_init (flacenc->encoder);
+ if (state != FLAC__STREAM_ENCODER_OK) {
+- GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, NULL,
++ GST_ELEMENT_ERROR (flacenc, LIBRARY, INIT, (NULL),
+ ("could not initialize encoder (wrong parameters?)"));
+ return;
+ }
+@@ -610,7 +610,7 @@
+ flacenc->data = NULL;
+
+ if (!res) {
+- GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, NULL, NULL);
++ GST_ELEMENT_ERROR (flacenc, STREAM, ENCODE, (NULL), (NULL));
+ }
+ }
+