FreeBSD Bugzilla – Attachment 149249 Details for
Bug 194922
[UPDATE] multimedia/gstreamer1 to 1.4.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update multimedia/gstreamer1-plugins-good to 1.4.4
gstreamer1-plugins-good.diff (text/plain), 3.30 KB, created by
Olivier Duchateau
on 2014-11-10 10:53:04 UTC
(
hide
)
Description:
Update multimedia/gstreamer1-plugins-good to 1.4.4
Filename:
MIME Type:
Creator:
Olivier Duchateau
Created:
2014-11-10 10:53:04 UTC
Size:
3.30 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (révision 372386) >+++ Makefile (copie de travail) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > # $MCom: ports/multimedia/gstreamer1-plugins-good/Makefile,v 1.4 2013/01/15 21:43:45 kwm Exp $ > >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES= multimedia > > COMMENT= Good gstreamer-plugins >Index: files/patch-sys_oss_gstosshelper.c >=================================================================== >--- files/patch-sys_oss_gstosshelper.c (révision 372386) >+++ files/patch-sys_oss_gstosshelper.c (copie de travail) >@@ -1,72 +1,6 @@ >---- sys/oss/gstosshelper.c.orig 2014-01-14 13:03:14.000000000 +0100 >-+++ sys/oss/gstosshelper.c 2014-09-11 09:10:55.115013111 +0200 >-@@ -95,9 +95,13 @@ >- format_mask = AFMT_U8 | AFMT_S8; >- >- if (G_BYTE_ORDER == G_LITTLE_ENDIAN) >-- format_mask |= AFMT_S16_LE | AFMT_U16_LE; >-+ format_mask |= AFMT_S16_LE | AFMT_U16_LE >-+ | AFMT_S24_LE | AFMT_U24_LE >-+ | AFMT_S32_LE | AFMT_U32_LE; >- else >-- format_mask |= AFMT_S16_BE | AFMT_U16_BE; >-+ format_mask |= AFMT_S16_BE | AFMT_U16_BE >-+ | AFMT_S24_BE | AFMT_U24_BE >-+ | AFMT_S32_BE | AFMT_U32_BE; >- >- caps = gst_caps_new_empty (); >- >-@@ -169,6 +173,9 @@ >- const gchar *format; >- >- switch (format_bit) { >-+ case AFMT_S8: >-+ format = "S8"; >-+ break; >- case AFMT_U8: >- format = "U8"; >- break; >-@@ -178,15 +185,36 @@ >- case AFMT_S16_BE: >- format = "S16BE"; >- break; >-- case AFMT_S8: >-- format = "S8"; >-- break; >- case AFMT_U16_LE: >- format = "U16LE"; >- break; >- case AFMT_U16_BE: >- format = "U16BE"; >- break; >-+ case AFMT_S24_LE: >-+ format = "S24LE"; >-+ break; >-+ case AFMT_S24_BE: >-+ format = "S24BE"; >-+ break; >-+ case AFMT_U24_LE: >-+ format = "U24LE"; >-+ break; >-+ case AFMT_U24_BE: >-+ format = "U24BE"; >-+ break; >-+ case AFMT_S32_LE: >-+ format = "S32LE"; >-+ break; >-+ case AFMT_S32_BE: >-+ format = "S32BE"; >-+ break; >-+ case AFMT_U32_LE: >-+ format = "U32LE"; >-+ break; >-+ case AFMT_U32_BE: >-+ format = "U32BE"; >-+ break; >- default: >- g_assert_not_reached (); >- return NULL; >-@@ -324,13 +352,17 @@ >+--- sys/oss/gstosshelper.c.orig Sun Apr 2 03:23:53 2006 >++++ sys/oss/gstosshelper.c Sun Apr 2 03:25:44 2006 >+@@ -343,13 +344,17 @@ gst_oss_helper_rate_check_rate (GstOssPr > int format; > int n_channels; > int ret; >@@ -82,5 +16,5 @@ > + /* Reset rate to lowest supported rate. */ > + ioctl (probe->fd, SNDCTL_DSP_SPEED, &rst); > ret = ioctl (probe->fd, SNDCTL_DSP_SETFMT, &format); >- if (ret < 0 || format != probe->format) { >- GST_DEBUG ("unsupported format: %d (%d)", probe->format, format); >+ if (ret < 0) >+ return -1; >Index: pkg-plist >=================================================================== >--- pkg-plist (révision 372386) >+++ pkg-plist (copie de travail) >@@ -135,7 +135,3 @@ > share/locale/zh_CN/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/zh_HK/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo > share/locale/zh_TW/LC_MESSAGES/gst-plugins-good-%%VERSION%%.mo >-@dirrmtry share/locale/zh_HK/LC_MESSAGES >-@dirrmtry share/locale/zh_HK >-@dirrmtry share/gstreamer-%%VERSION%%/presets >-@dirrmtry share/gstreamer-%%VERSION%%
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 194922
:
149247
|
149248
| 149249 |
149250
|
149251
|
149252
|
149253
|
149254
|
149255
|
149277