Mageia Bugzilla – Attachment 4258 Details for
Bug 10894
Totem crashes when opening in KDE
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch fixing this atleast partially
gst-libav-1.1.3-comma-in-typename.patch (text/plain), 421 bytes, created by
Hans de Goede
on 2013-08-08 22:19:22 CEST
(
hide
)
Description:
Patch fixing this atleast partially
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2013-08-08 22:19:22 CEST
Size:
421 bytes
patch
obsolete
>diff -up gst-libav-1.1.3/ext/libav/gstavmux.c~ gst-libav-1.1.3/ext/libav/gstavmux.c >--- gst-libav-1.1.3/ext/libav/gstavmux.c~ 2013-07-15 08:50:20.000000000 +0200 >+++ gst-libav-1.1.3/ext/libav/gstavmux.c 2013-08-08 22:00:08.311276449 +0200 >@@ -939,6 +939,8 @@ gst_ffmpegmux_register (GstPlugin * plug > while (*p) { > if (*p == '.') > *p = '_'; >+ if (*p == ',') >+ *p = '_'; > p++; > } >
diff -up gst-libav-1.1.3/ext/libav/gstavmux.c~ gst-libav-1.1.3/ext/libav/gstavmux.c --- gst-libav-1.1.3/ext/libav/gstavmux.c~ 2013-07-15 08:50:20.000000000 +0200 +++ gst-libav-1.1.3/ext/libav/gstavmux.c 2013-08-08 22:00:08.311276449 +0200 @@ -939,6 +939,8 @@ gst_ffmpegmux_register (GstPlugin * plug while (*p) { if (*p == '.') *p = '_'; + if (*p == ',') + *p = '_'; p++; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10894
: 4258