~ubuntu-branches/ubuntu/feisty/gst-plugins-good0.10/feisty-security

« back to all changes in this revision

Viewing changes to debian/patches/11_esdsink-priority.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-12-21 21:12:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061221211215-3uukkusokhe0nk4f
Tags: 0.10.5-0ubuntu1
* Sync with pkg-gstreamer SVN:
  + debian/rules:
    - Use Ubuntu as distribution name and point to the proper Launchpad URL
  + debian/patches/01_esdsink-priority.patch:
    - Mark the esdsink with rank primary-2 to get
      pulse > alsadmix > esd > alsa > oss

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--- ext/esd/esdsink.c.old       2006-08-14 11:57:09.225047750 +0200
2
 
+++ ext/esd/esdsink.c   2006-08-14 11:57:36.274738250 +0200
3
 
@@ -474,7 +474,7 @@
4
 
 gboolean
5
 
 gst_esdsink_factory_init (GstPlugin * plugin)
6
 
 {
7
 
-  if (!gst_element_register (plugin, "esdsink", GST_RANK_MARGINAL,
8
 
+  if (!gst_element_register (plugin, "esdsink", GST_RANK_PRIMARY-2,
9
 
           GST_TYPE_ESDSINK))
10
 
     return FALSE;
11