~trebelnik-stefina/cinnamon-test/+git/clementine:gstreamer-1.2

Last commit made on 2014-09-22
Get this branch:
git clone -b gstreamer-1.2 https://git.launchpad.net/~trebelnik-stefina/cinnamon-test/+git/clementine

Branch merges

Branch information

Name:
gstreamer-1.2
Repository:
lp:~trebelnik-stefina/cinnamon-test/+git/clementine

Recent commits

92e4326... by David Sansome

Disable AUDIOCD by default - it's broken in gstreamer-1.0 because of API
changes.

abcd8e1... by David Sansome

Change the deb and rpm specs to use gstreamer-1.0 instead of 0.10

39d9924... by David Sansome

gstreamer-cdda is in gst-plugins-base in 1.0 and has a different header name.

This still doesn't work because the API has changed and track listings are
now delivered via a bus message instead of direct access to the struct's
members.

8d38396... by David Sansome

Name chromaprint's config.h chromaprint_config.h so QtCreator doesn't get confused.

3f0dc01... by David Sansome

Make Spotify work with gstreamer-1.0.

a2408f7... by David Sansome

Merge branch 'master' into gstreamer-1.2

Conflicts:
 src/moodbar/moodbarloader.cpp

d24eaef... by David Sansome

Don't crash if we can't write to the moodbar cache

6b32ece... by David Sansome

Various bits for gstreamer-1.0 compatability

50551d9... by David Sansome

Rewrite moodbar stuff for gstreamer-1.0:
- Rewrite gstspectrum (1.0) to use FFTW (2x faster) and emit raw magnitude
  values (not log scaled).
- Rewrite the moodbar generation code to be somewhat understandable, and
  do it in Clementine instead of gstreamer.

38c5150... by Andreas <email address hidden>

Added a preference to disable the pause notification. Fixes #2450.