~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gst/gstpreset.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-10-08 09:59:20 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121008095920-3k2vlenl0zf6lu7i
Tags: 1.0.1-1
* New upstream stable release:
  + debian/libgstreamer.symbols:
    - Add new symbols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
174
174
    if (!(preset_path = g_type_get_qdata (type, preset_system_path_quark))) {
175
175
      gchar *preset_dir;
176
176
 
177
 
      /* system presets in '$GST_DATADIR/gstreamer-0.10/presets/GstAudioPanorama.prs' */
 
177
      /* system presets in '$GST_DATADIR/gstreamer-1.0/presets/GstAudioPanorama.prs' */
178
178
      preset_dir = g_build_filename (GST_DATADIR, "gstreamer-" GST_API_VERSION,
179
179
          "presets", NULL);
180
180
      GST_INFO_OBJECT (preset, "system_preset_dir: '%s'", preset_dir);