FreeBSD Bugzilla – Attachment 217029 Details for
Bug 245722
multimedia/gstreamer1: Segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff to disable udev parent checking
multimedia_gstreamer1-vaapi.diff (text/plain), 1.52 KB, created by
Oleg Sidorkin
on 2020-08-05 16:08:13 UTC
(
hide
)
Description:
svn diff to disable udev parent checking
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2020-08-05 16:08:13 UTC
Size:
1.52 KB
patch
obsolete
>Index: multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidisplay__drm.c >=================================================================== >--- multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidisplay__drm.c (nonexistent) >+++ multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidisplay__drm.c (working copy) >@@ -0,0 +1,19 @@ >+--- gst-libs/gst/vaapi/gstvaapidisplay_drm.c.orig 2019-12-02 20:09:01 UTC >++++ gst-libs/gst/vaapi/gstvaapidisplay_drm.c >+@@ -108,6 +108,7 @@ get_default_device_path (GstVaapiDisplay * display) >+ udev_list_entry_foreach (l, udev_enumerate_get_list_entry (e)) { >+ syspath = udev_list_entry_get_name (l); >+ device = udev_device_new_from_syspath (udev, syspath); >++#ifdef __linux__ >+ parent = udev_device_get_parent (device); >+ >+ for (i = 0; allowed_subsystems[i] != NULL; i++) >+@@ -119,7 +120,7 @@ get_default_device_path (GstVaapiDisplay * display) >+ udev_device_unref (device); >+ continue; >+ } >+- >++#endif >+ devpath = udev_device_get_devnode (device); >+ fd = open (devpath, O_RDWR | O_CLOEXEC); >+ if (fd < 0) { > >Property changes on: multimedia/gstreamer1-vaapi/files/patch-gst-libs_gst_vaapi_gstvaapidisplay__drm.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245722
:
213531
| 217029