pkgconfig/: Add gst/tag to the -L list.
authorAndy Wingo <wingo@pobox.com>
Thu, 2 Jun 2005 11:21:48 +0000 (11:21 +0000)
committerAndy Wingo <wingo@pobox.com>
Thu, 2 Jun 2005 11:21:48 +0000 (11:21 +0000)
commit12c87a2f3998808a46da034dd9feb48810c3631a
treeadea248f714ef9820b149b91fc623060e330e1fc
parentd014bb6f43982fb480ef53079a285cc44645e3f3
pkgconfig/: Add gst/tag to the -L list.

Original commit message from CVS:
2005-06-02  Andy Wingo  <wingo@pobox.com>

* pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
* pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
list.

* gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
remove the typefind, the bin dispose will do it for us. When it's
removed and unreffed, the signal handler will be disconnected,
too.
(unlinked): It's too difficult to disconnect from unlinked
handlers, as they are on pads not elements. Just punt if the pads
aren't grandkids of the bin.
ChangeLog
gst/playback/gstdecodebin.c
pkgconfig/gstreamer-libs-uninstalled.pc.in
pkgconfig/gstreamer-libs.pc.in