Age | Commit message (Collapse) | Author | Files | Lines |
|
https://bugzilla.gnome.org/show_bug.cgi?id=697058
|
|
This is needed by the unit tests in gst-plugins-base, -good etc.
Spotted by Alex Kaye.
https://bugzilla.gnome.org/show_bug.cgi?id=697093
|
|
We link those libs into the plugin statically, or use external
system libs, but never the internal snapshot dynamically.
|
|
So pygi can find it.
https://bugzilla.gnome.org/show_bug.cgi?id=695937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=687520
|
|
Now that we have a gst-libav git repository (symlinked to gst-ffmpeg).
|
|
|
|
.. before checking out stuff.
|
|
|
|
|
|
Makes videoparsers and camerabins from bad usable from an uninstalled
environment at osx
|
|
Little script that sets up things in ~/gst and clones
the main modules and prints some instructions.
From http://gstreamer.freedesktop.org/wiki/UninstalledSetup
|
|
|
|
|
|
|
|
This was with commas actually, and should be fixed now.
|
|
Cron fodder.
|
|
|
|
|
|
So pygi finds/uses the local g-i files.
|
|
Made private and moved to gdp plugin in -base for
the time being, until we figure out what we do with
gdp and 0.11.
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=656557
|
|
This makes it easier to change the prefix by editing the script.
https://bugzilla.gnome.org/show_bug.cgi?id=641212
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=638961
|
|
So we can figure out plugin directories of other modules properly in
the uninstalled setup case, for unit tests that need elements from
other modules.
|
|
|
|
Fixes #613593.
|
|
Newer versions of BASH (4.x?) seem to dislike using -1 for a return. Even
though it's documented as being signed, BASH complains about it, so use
255 instead.
|
|
|
|
Don't include the long gst-uninstalled script in verbatim in the faq anymore
(there is a link to cgit). Dist the script under its new location.
|
|
|
|
add script to get git versions
first update all, then build
add gnonlin too
specify where to pull from
also update submodule
rename and change cvs-update script to git-update
|
|
Original commit message from CVS:
* scripts/cvs-update.sh:
Pass arguments to make.
Run autoregen.sh if Makefile is not there.
|
|
Original commit message from CVS:
prune empty dirs when updating
|
|
Original commit message from CVS:
* gst/gststructure.c: (gst_structure_get_fraction),
(gst_structure_parse_value),
(gst_structure_fixate_field_nearest_fraction):
* gst/gststructure.h:
* gst/gstutils.c: (gst_util_uint64_scale_int):
* gst/gstutils.h:
* scripts/update-funcnames:
API Changes.
Rename gst_util_clock_time_scale to gst_util_uint64_scale_int
Make gst_structure_fixate_field_nearest_fraction take a numerator
and denominator argument instead of a GValue
add gst_structure_get_fraction helper function.
|
|
Original commit message from CVS:
fix borked commit
|
|
Original commit message from CVS:
update update-funcs for tagsetter
|
|
gst_event_new_buffer_size)
Original commit message from CVS:
2005-11-22 Andy Wingo <wingo@pobox.com>
* gst/gstevent.h (gst_event_new_new_segment)
(gst_event_parse_new_segment, gst_event_new_buffer_size)
(gst_event_parse_buffer_size, gst_ghost_pad_new_no_target):
Renamed from *_newsegment, *_buffersize, *_notarget.
* scripts/update-funcnames: New script, performs the changes
listed above.
|
|
(GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)
Original commit message from CVS:
2005-11-21 Andy Wingo <wingo@pobox.com>
* *.h:
* *.c: Ran scripts/update-macros. Oh yes.
* gst/gstobject.h (GST_OBJECT_GET_LOCK, GST_OBJECT_LOCK)
(GST_OBJECT_TRYLOCK, GST_OBJECT_UNLOCK): Renamed from
GST_GET_LOCK, etc.
* scripts/update-macros: New script. Run it on your files to
change GST_LOCK to GST_OBJECT_LOCK, and the same for UNLOCK as
well.
|
|
Original commit message from CVS:
make sure dirs get checked out
|
|
Original commit message from CVS:
Dear Andy:
here's a script to update stuff from CVS
Love,
Thomas
|
|
normal enum instead of flags.
Original commit message from CVS:
2005-09-02 Andy Wingo <wingo@pobox.com>
* gst/gstelement.h (GstState): Renamed from GstElementState,
changed to be a normal enum instead of flags.
(GstStateChangeReturn): Renamed from GstElementStateReturn, names
munged to be GST_STATE_CHANGE_*.
(GST_STATE_CHANGE): Renamed from GST_STATE_TRANSITION, updated to
work with the new state representation.
(GstStateChange): New enumeration of possible state transitions.
Replaces GST_STATE_FOO_TO_BAR with GST_STATE_CHANGE_FOO_TO_BAR.
(GstElementClass::change_state): Pass the GstStateChange along as
an argument. Helps language bindings, so they don't have to use
tricky lock-needing macros like GST_STATE_CHANGE ().
* scripts/update-states (file): New script. Run it on a file to
update it for state naming and API changes. Updates files in
place.
* All files updated for the new API.
|
|
at work sitting idly during the night, r...
Original commit message from CVS:
check out cvs code, autogen, make, make distcheck
if you have spare machines at work sitting idly during the night, run this before you go home or at night ;)
|