diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-24 16:14:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-12-24 16:14:10 +0000 |
commit | 8df9736e975594b0ee7d1a27ac5eb1b277b820cc (patch) | |
tree | 42ff3c02d1750931102009a6d31d9d0663e6c46c /multimedia/gstreamer-plugins-good | |
parent | 5af07790f1c625b84f7e5c4129f27759955c0f93 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins-good')
-rw-r--r-- | multimedia/gstreamer-plugins-good/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/multimedia/gstreamer-plugins-good/Makefile b/multimedia/gstreamer-plugins-good/Makefile index f914d7414d63..e826c1438323 100644 --- a/multimedia/gstreamer-plugins-good/Makefile +++ b/multimedia/gstreamer-plugins-good/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/multimedia/gstreamer-plugins-good/Makefile,v 1.14 2008/03/19 14:05:36 ahze Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia COMMENT= Good gstreamer-plugins diff --git a/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c new file mode 100644 index 000000000000..598fadef8eb6 --- /dev/null +++ b/multimedia/gstreamer-plugins-good/files/patch-sys_oss_gstossmixer.c @@ -0,0 +1,11 @@ +--- sys/oss/gstossmixer.c.bak 2006-08-16 05:25:17.000000000 -0400 ++++ sys/oss/gstossmixer.c 2008-12-24 00:27:14.000000000 -0500 +@@ -146,7 +146,7 @@ gst_ossmixer_ensure_track_list (GstOssMi + + /* do we want this in our list? */ + if (!((mixer->dir & GST_OSS_MIXER_CAPTURE && input == TRUE) || +- (mixer->dir & GST_OSS_MIXER_PLAYBACK && i != SOUND_MIXER_PCM))) ++ (mixer->dir & GST_OSS_MIXER_PLAYBACK))) + /* the PLAYBACK case seems hacky, but that's how 0.8 had it */ + continue; + |