how to find which git commit cerbero has downloaded?

Andoni Morales ylatuya at gmail.com
Sat Dec 15 06:50:05 PST 2012


2012/12/14 alex <ahoenig at progeny.net>:
> Hello,
>
> I am having some issues muxing video using several muxers, so I want to
> ensure I have the latest code.  I'm using 0.10 on windows, building with
> cerbero.
>
> I looked in gst-plugins-bad.recipe, and see the following:
> remotes = {'upstream':
> 'git://anongit.freedesktop.org/gstreamer/gst-plugins-bad'}
>
> What does "upstream" mean?  Without a specific version given, I would assume
> it gets the most recent... but when I looked at recent commits, they were
> not in the code cerbero had downloaded.  Also how does it know to use 0.10
> instead of 1.0?

Hi Alex,

By default, cerbero uses the following repository:
git://anongit.freedesktop.org/gstreamer-sdk/$RECIPE_NAME

And it uses the branch named:
sdk-$RECIPE_VERSION

For gstreamer recipes we also include the upstream repository for
convenience, but don't use it for the build.

So for gst-plugins-bad it will use:
git://anongit.freedesktop.org/gstreamer-sdk/gst-plugins-bad (branch sdk-0.10.23)
http://cgit.freedesktop.org/gstreamer-sdk/gst-plugins-bad?h=sdk-0.10.23

You can force a particular commit adding the "commit" attribute to the recipe:
commit = 'some_tag_or_branch_or_commit_hash'

Andoni
>
> Thanks,
> Alex
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-find-which-git-commit-cerbero-has-downloaded-tp4657470.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



-- 
Andoni Morales Alastruey

LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es


More information about the gstreamer-devel mailing list