termux-packages/packages/gst-plugins-good/autoplug_libcaca.patch
rnauber 480caaa501 gstreamer: fix and enable the package (#1622)
* gstreamer: make it work with opensles and libcaca, update and enable the packages

* gstreamer: fix build in presence of libunwind and clean up

* minor stuff

* put in preload ffmpeg libs like mpv has
2017-10-15 01:02:21 +02:00

12 lines
404 B
Diff

--- src/ext/libcaca/gstcacasink.c.orig 2017-10-05 05:57:01.990156123 +0000
+++ src/ext/libcaca/gstcacasink.c 2017-10-05 06:17:58.320938634 +0000
@@ -407,7 +407,7 @@
static gboolean
plugin_init (GstPlugin * plugin)
{
- if (!gst_element_register (plugin, "cacasink", GST_RANK_NONE,
+ if (!gst_element_register (plugin, "cacasink", GST_RANK_PRIMARY,
GST_TYPE_CACASINK))
return FALSE;