<div dir="ltr"><div>Have you looked at:<br><a href="https://fedoraproject.org/wiki/QA:Updates_Testing">https://fedoraproject.org/wiki/QA:Updates_Testing</a><br><br></div>It explains how to enable the testing repo and you should be able to yum install from there. Since all packages are available then you should be getting 1.0.5 version<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jan 22, 2013 at 10:39 AM, Ian Davidson <span dir="ltr"><<a href="mailto:id012c3076@blueyonder.co.uk" target="_blank">id012c3076@blueyonder.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I feel as though I am going round in circles getting nowhere.<br>
<br>
I have version 1.0.4 and what I want to do is record an AVI video. It does not work.  Part of the problem would appear to be that alsasrc puts a zero timestamp on each buffer of samples.  I have been recommended to try version 1.0.5.<br>

<br>
I noticed that when 1.0.4 was released, within a day I was able to use YUM to update to the new release and it was easy.  1.0.5 has been released for 2 weeks now, but has still not appeared in the Fedora repositories.<br>

<br>
I first tried to download the sources from the advertised location, but (as described below) I could only do the core - the plugin failed becasue the core was not there!.  I was then told that I could get the new release from a location which appears to be part of Fedora, and by following the link, I could see where I could download the RPMs.  I downloaded the RPMs I particularly needed and tried to use YUM to update them - but YUM appears to complain about a 32 bit version of the software (I have only installed the 64 bit versions).<br>

<br>
Would it help if I removed all the packages of gstreamer1 I have installed and then install from the RPMs I have downloaded?<span class="HOEnZb"><font color="#888888"><br>
<br>
Ian</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On 22/01/2013 08:28, Krzysztof Konopko wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Ian,<br>
<br>
I wouldn't recommend messing with yum installed packages and overwriting<br>
them with locally built packages.  This greatly confuses your local<br>
package repository manager.<br>
<br>
I usually install locally built packages into my home folder, e. g.<br>
$HOME/opt.  Particularly with GStreamer here's my setup:<br>
<br>
1. Get the sources from git repository or a stable packaged version (e.<br>
g. 1.0.5)<br>
<br>
2. Configure and build each gst* package as follows (no sudo needed):<br>
If from git, then for the first time:<br>
./autogen.sh --prefix=$HOME/opt/gstreamer-<u></u>1.0<br>
<br>
Else:<br>
./configure --prefix=$HOME/opt/gstreamer-<u></u>1.0<br>
<br>
make -j3 install<br>
<br>
Start with gstreamer (core), than go through gst-plugins-base and all<br>
others.<br>
<br>
4. Set up the environment<br>
In $HOME/.bashrc:<br>
<br>
function gst-dev {<br>
<br>
     export PATH=$HOME/opt/gstreamer-1.0/<u></u>bin:$PATH<br>
     export LD_LIBRARY_PATH=$HOME/opt/<u></u>gstreamer-1.0/lib<br>
     export GI_TYPELIB_PATH=$HOME/opt/<u></u>gstreamer-1.0/lib/<u></u>girepository-1.0<br>
     export PKG_CONFIG_PATH=$HOME/opt/<u></u>gstreamer-1.0/lib/pkgconfig<br>
}<br>
<br>
5. Enjoy<br>
$ gst-dev<br>
<br>
Make sure you don't have devel packages installed from yum repository.<br>
I'm not sure whether it would affect your local build but I wouldn't<br>
take the chance.<br>
<br>
I also tend to use a separate build folder (quite handy when building<br>
for multiple platforms or creating a distribution package) but I didn't<br>
want to complicate things in the description above.<br>
<br>
Kris<br>
<br>
On 21/01/13 17:15, Ian Davidson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am using Fedora 18.  Fedora 18 currently has GStreaqmer 1.0.4 in the<br>
repository.  I have 1.0.4 installed using YUM.<br>
<br>
I have downloaded and extracted the tarballs for Gstreamer-core and<br>
gst-plugins-base.<br>
<br>
I have run<br>
<br>
     ./configure<br>
     make<br>
     sudo make install<br>
<br>
on the gstreamer-core and it seemed to work OK.  If I run<br>
<br>
     gst-launch-1.0 --version<br>
<br>
it reports 1.0.5.  I can run a gst-inspect-1.0 on fakesrc, and that also<br>
shows 1.0.5.<br>
<br>
When I try to run ./configure on the gst-plugins-base, it fails because<br>
the latest version of gstreamer I have installed is 1.0.4.<br>
<br>
What step(s) am I missing?<br>
<br>
Ian<br>
-- <br>
--<br>
Ian Davidson<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
<br>
</blockquote>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</div></div></blockquote></div><br></div>