GNOME Bugzilla – Bug 318619
Files don't exist for po/POTFILES
Last modified: 2006-01-17 18:14:01 UTC
Distribution/Version: MontaVista Linux These files don't exist in gst-plugins-bad 0.9.3, yet they are the sole content of po/POTFILES.in: ext/audiofile/gstafsink.c ext/audiofile/gstafsrc.c ext/sndfile/gstsf.c sys/dxr3/dxr3audiosink.c sys/dxr3/dxr3audiosink.c sys/dxr3/dxr3videosink.c
Also, gst-plugins-0.9.pot is distributed instead of gst-plugins-bad-0.9.pot.
Those elements probably haven't been ported yet to 0.9, that's why they aren't dist-ed. I get an even longer list of source files that should be in there once ported: % grep '_(' `find -name '*.[ch]'` | grep -v __attribute__ | grep -v gst-i18n-plugin.h | sed -e 's/:.*$//' | sort | uniq | colrm 1 2 ext/audiofile/gstafsink.c ext/audiofile/gstafsrc.c ext/sndfile/gstsf.c gst/multifilesink/gstmultifilesink.c sys/dxr3/dxr3audiosink.c sys/dxr3/dxr3spusink.c sys/dxr3/dxr3videosink.c sys/sunaudio/gstsunmixer.c sys/v4l2/v4l2_calls.c sys/v4l2/v4l2_calls.h sys/v4l2/v4l2src_calls.c
OK, so when those are ported we will add them to POTFILES.in. Otherwise this is fixed in HEAD.