diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch index f677603ebc..1085e95e8a 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-glimagesink-Downrank-to-marginal.patch | |||
@@ -22,8 +22,8 @@ index a4b2540..0ccaacd 100644 | |||
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | if (!gst_element_register (plugin, "glimagesink", | 24 | if (!gst_element_register (plugin, "glimagesink", |
25 | - GST_RANK_SECONDARY, GST_TYPE_GLIMAGE_SINK)) { | 25 | - GST_RANK_SECONDARY, gst_gl_image_sink_bin_get_type ())) { |
26 | + GST_RANK_MARGINAL, GST_TYPE_GLIMAGE_SINK)) { | 26 | + GST_RANK_MARGINAL, gst_gl_image_sink_bin_get_type ())) { |
27 | return FALSE; | 27 | return FALSE; |
28 | } | 28 | } |
29 | 29 | ||