lp://staging/~vcs-imports/gstreamer/old-trunk
- Get this branch:
- bzr branch lp://staging/~vcs-imports/gstreamer/old-trunk
Branch merges
Branch information
Import details
Recent revisions
- 7651. By thomasvs
-
* win32/common/
config. h:
Pretty sure Bill never made a powerpc version. Powerpc hackers,
use moap cl ci to only check in what is mentioned in the ChangeLog. - 7650. By thomasvs
-
* docs/gst/
gstreamer- sections. txt:
* gst/gstelement.h:
Fix up documentation to link to the correct GstGError section.
Add GST_ELEMENT_INFO macro since someone else added a Info message. - 7649. By thomasvs
-
* tools/gst-launch.c: (event_loop):
Make sure that we actually show the important message part of a
warning message.
No need to check if the gerror is not NULL to free; first of all
g_free accepts NULL; and second the default error handler would
segfault if gerror was NULL. - 7647. By wtay
-
* gst/gstmessage.c: (gst_message_
parse_duration) :
* gst/gstmessage.h:
Remove new messages for release. - 7646. By wtay
-
* docs/design/
part-gstghostpa d.txt:
* gst/gstghostpad.c: (gst_ghost_pad_dispose) ,
(gst_ghost_pad_new_ full):
Make the ghostpad a parent of the internal pad again for better backward
compatibility. Don't write code that relies on this however.
* gst/gstpad.c: (gst_pad_activate_ pull), (gst_pad_ activate_ push),
(gst_pad_link_check_ hierarchy) :
Require that parents should be GstElements in the hierarchy check. - 7645. By wtay
-
* gst/gstbin.c: (bin_replace_
message) , (gst_bin_add_func),
(gst_bin_change_ state_func) , (bin_query_ min_max_ init),
(bin_query_latency_ fold), (bin_query_ latency_ done),
(gst_bin_query):
Improve debug info.
Implement latency query. - 7644. By wtay
-
* docs/design/
part-gstghostpa d.txt:
* gst/gstghostpad.c: (gst_ghost_pad_class_ init),
(gst_ghost_pad_internal_ do_activate_ push),
(gst_ghost_pad_internal_ do_activate_ pull),
(gst_ghost_pad_do_ activate_ push), (gst_ghost_ pad_do_ activate_ pull),
(gst_ghost_pad_do_ link), (gst_ghost_ pad_dispose) ,
(gst_ghost_pad_new_ full), (gst_ghost_ pad_set_ target) :
Do not set the internal pad as a parent anymore so we can avoid
hierarchy linking errors when the ghostpad has no parent yet. This also
fixes failed activation because of unlinked internal pads, which in
turn fixes the impossible case where you have to activate a pad before
you can add it to a running element.
Also fix the docs.
* gst/gstpad.c: (pre_activate), (post_activate),
(gst_pad_set_active) , (gst_pad_ activate_ pull),
(gst_pad_activate_ push), (gst_pad_ check_pull_ range):
Add some more debug info.
Mark activation mode in pre_activate so that we don't try to activate in
endless loops. Fixes #385084. - 7643. By wtay
-
* libs/gst/
base/gstbasetra nsform. c: (gst_base_ transform_ init),
(gst_base_transform_ check_get_ range):
Implement a checkgetrange function instead of relying on the default
core behaviour that assumes we can operate in pull mode if we have a
getrange function. First step at fixing #385084. - 7642. By ensonic
-
* gst/gstchildpro
xy.h:
* libs/gst/base/gstbasesin k.h:
* libs/gst/base/gstbasesrc .h:
* libs/gst/base/gstbasetra nsform. h:
More docs coverage and some ChangeLog surgery (add missing names)