2012/12/14 alex <
[hidden email]>:
> 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.23You can force a particular commit adding the "commit" attribute to the recipe:
commit = 'some_tag_or_branch_or_commit_hash'
Andoni
--
Andoni Morales Alastruey
LongoMatch:The Digital Coach
http://www.longomatch.ylatuya.es_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel