aboutsummaryrefslogtreecommitdiff
path: root/multimedia/gstreamer1-plugins-bad
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2023-04-25 20:38:41 +0000
committerThomas Zander <riggs@FreeBSD.org>2023-04-30 12:51:44 +0000
commite7c053182ea8ecbef849afb5bbce729ac4853154 (patch)
tree8102994307b6e6593a888772fc9bf8e70e444358 /multimedia/gstreamer1-plugins-bad
parentc7f1861a4e578efc35887e5556b6731af42bb3ce (diff)
Diffstat (limited to 'multimedia/gstreamer1-plugins-bad')
-rw-r--r--multimedia/gstreamer1-plugins-bad/files/patch-ext_zxing_gstzxing.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/gstreamer1-plugins-bad/files/patch-ext_zxing_gstzxing.cpp b/multimedia/gstreamer1-plugins-bad/files/patch-ext_zxing_gstzxing.cpp
deleted file mode 100644
index 799de61f5529..000000000000
--- a/multimedia/gstreamer1-plugins-bad/files/patch-ext_zxing_gstzxing.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- ext/zxing/gstzxing.cpp.orig 2023-01-23 19:29:34 UTC
-+++ ext/zxing/gstzxing.cpp
-@@ -369,7 +369,7 @@ gst_zxing_transform_frame_ip (GstVideoFilter * vfilter
- if (result.isValid ()) {
- GST_DEBUG_OBJECT (zxing, "Symbol found. Text: %s Format: %s",
- result.text ().c_str (),
-- ToString (result.format ()));
-+ ToString (result.format ()).c_str());
- } else {
- goto out;
- }
-@@ -394,7 +394,7 @@ gst_zxing_transform_frame_ip (GstVideoFilter * vfilter
- "timestamp", G_TYPE_UINT64, timestamp,
- "stream-time", G_TYPE_UINT64, stream_time,
- "running-time", G_TYPE_UINT64, running_time,
-- "type", G_TYPE_STRING, ToString (result.format ()),
-+ "type", G_TYPE_STRING, ToString (result.format ()).c_str(),
- "symbol", G_TYPE_STRING,
- result.text ().c_str (), NULL);
-